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 10.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.lucene101
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene101Modifier and TypeClassDescriptionfinal class
Lucene 10.1 postings format, which encodes postings in packed integer blocks for fast decode.Methods in org.apache.lucene.codecs.lucene101 that return PostingsFormatModifier and TypeMethodDescriptionLucene101Codec.getPostingsFormatForField
(String field) Returns the postings format that should be used for writing new segments offield
.final PostingsFormat
Lucene101Codec.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
.