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.EMPTY
Zero-lengthPostingsFormat
array.Methods in org.apache.lucene.codecs that return PostingsFormatModifier and TypeMethodDescriptionstatic PostingsFormat
looks up a format by nameabstract PostingsFormat
Codec.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 TypeClassDescriptionclass
Deprecated.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 PostingsFormat
Lucene40Codec.postingsFormat()
Deprecated. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene41
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene41Modifier and TypeClassDescriptionfinal class
Lucene 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 PostingsFormat
Lucene41Codec.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 PostingsFormat
Lucene42Codec.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 PostingsFormat
Lucene45Codec.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 PostingsFormat
Lucene46Codec.postingsFormat()
-
Uses of PostingsFormat in org.apache.lucene.codecs.perfield
Subclasses of PostingsFormat in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionclass
Enables per field postings support.Methods in org.apache.lucene.codecs.perfield that return PostingsFormatModifier and TypeMethodDescriptionabstract PostingsFormat
PerFieldPostingsFormat.getPostingsFormatForField
(String field) Returns the postings format that should be used for writing new segments offield
.