Uses of Class
org.apache.lucene.codecs.PostingsFormat
Packages that use PostingsFormat
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Codec to support Lucene 3.x indexes (readonly)
Lucene 4.0 file format.
Lucene 4.1 file format.
Lucene 4.2 file format.
Lucene 4.5 file format.
Lucene 4.6 file format.
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 PostingsFormatModifier and TypeFieldDescriptionstatic final PostingsFormat[]PostingsFormat.EMPTYZero-lengthPostingsFormatarray.Methods in org.apache.lucene.codecs that return PostingsFormatModifier and TypeMethodDescriptionstatic PostingsFormatlooks up a format by nameabstract PostingsFormatCodec.postingsFormat()Encodes/decodes postingsFilterCodec.postingsFormat() -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene3x
Methods in org.apache.lucene.codecs.lucene3x that return PostingsFormat -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene40
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene40Modifier and TypeClassDescriptionclassDeprecated.Only for reading old 4.0 segmentsMethods in org.apache.lucene.codecs.lucene40 that return PostingsFormatModifier and TypeMethodDescriptionLucene40Codec.getPostingsFormatForField(String field) Deprecated.Returns the postings format that should be used for writing new segments offield.final PostingsFormatLucene40Codec.postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene41
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene41Modifier and TypeClassDescriptionfinal classLucene 4.1 postings format, which encodes postings in packed integer blocks for fast decode.Methods in org.apache.lucene.codecs.lucene41 that return PostingsFormatModifier and TypeMethodDescriptionLucene41Codec.getPostingsFormatForField(String field) Deprecated.Returns the postings format that should be used for writing new segments offield.final PostingsFormatLucene41Codec.postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return PostingsFormatModifier and TypeMethodDescriptionLucene42Codec.getPostingsFormatForField(String field) Deprecated.Returns the postings format that should be used for writing new segments offield.final PostingsFormatLucene42Codec.postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 that return PostingsFormatModifier and TypeMethodDescriptionLucene45Codec.getPostingsFormatForField(String field) Deprecated.Returns the postings format that should be used for writing new segments offield.final PostingsFormatLucene45Codec.postingsFormat()Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene46
Methods in org.apache.lucene.codecs.lucene46 that return PostingsFormatModifier and TypeMethodDescriptionLucene46Codec.getPostingsFormatForField(String field) Returns the postings format that should be used for writing new segments offield.final PostingsFormatLucene46Codec.postingsFormat() -
Uses of PostingsFormat in org.apache.lucene.codecs.perfield
Subclasses of PostingsFormat in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionclassEnables per field postings support.Methods in org.apache.lucene.codecs.perfield that return PostingsFormatModifier and TypeMethodDescriptionabstract PostingsFormatPerFieldPostingsFormat.getPostingsFormatForField(String field) Returns the postings format that should be used for writing new segments offield.