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.
Lucene 9.0 file format.
Lucene 9.1 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.lucene90
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionfinal class
Lucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode. -
Uses of PostingsFormat in org.apache.lucene.codecs.lucene91
Methods in org.apache.lucene.codecs.lucene91 that return PostingsFormatModifier and TypeMethodDescriptionLucene91Codec.getPostingsFormatForField
(String field) Returns the postings format that should be used for writing new segments offield
.final PostingsFormat
Lucene91Codec.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
.