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.9 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.lucene99
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal classLucene 9.9 postings format, which encodes postings in packed integer blocks for fast decode.Methods in org.apache.lucene.codecs.lucene99 that return PostingsFormatModifier and TypeMethodDescriptionLucene99Codec.getPostingsFormatForField(String field) Returns the postings format that should be used for writing new segments offield.final PostingsFormatLucene99Codec.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.