Uses of Class
org.apache.lucene.codecs.PostingsFormat
-
Packages that use PostingsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly)org.apache.lucene.codecs.lucene40 Lucene 4.0 file format.org.apache.lucene.codecs.lucene41 Lucene 4.1 file format.org.apache.lucene.codecs.lucene42 Lucene 4.2 file format.org.apache.lucene.codecs.lucene45 Lucene 4.5 file format.org.apache.lucene.codecs.lucene46 Lucene 4.6 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. -
-
Uses of PostingsFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as PostingsFormat Modifier and Type Field Description static PostingsFormat[]PostingsFormat. EMPTYZero-lengthPostingsFormatarray.Methods in org.apache.lucene.codecs that return PostingsFormat Modifier and Type Method Description static PostingsFormatPostingsFormat. forName(String name)looks up a format by nameabstract PostingsFormatCodec. postingsFormat()Encodes/decodes postingsPostingsFormatFilterCodec. postingsFormat() -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene3x
Methods in org.apache.lucene.codecs.lucene3x that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene3xCodec. postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene40
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene40 Modifier and Type Class Description classLucene40PostingsFormatDeprecated.Only for reading old 4.0 segmentsMethods in org.apache.lucene.codecs.lucene40 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene40Codec. getPostingsFormatForField(String field)Deprecated.Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene40Codec. postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene41
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene41 Modifier and Type Class Description classLucene41PostingsFormatLucene 4.1 postings format, which encodes postings in packed integer blocks for fast decode.Methods in org.apache.lucene.codecs.lucene41 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene41Codec. getPostingsFormatForField(String field)Deprecated.Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene41Codec. postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene42Codec. getPostingsFormatForField(String field)Deprecated.Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene42Codec. postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene45Codec. getPostingsFormatForField(String field)Deprecated.Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene45Codec. postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene46
Methods in org.apache.lucene.codecs.lucene46 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene46Codec. getPostingsFormatForField(String field)Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene46Codec. postingsFormat() -
Uses of PostingsFormat in org.apache.lucene.codecs.perfield
Subclasses of PostingsFormat in org.apache.lucene.codecs.perfield Modifier and Type Class Description classPerFieldPostingsFormatEnables per field postings support.Methods in org.apache.lucene.codecs.perfield that return PostingsFormat Modifier and Type Method Description abstract PostingsFormatPerFieldPostingsFormat. getPostingsFormatForField(String field)Returns the postings format that should be used for writing new segments offield.
-