Uses of Class
org.apache.lucene.codecs.PostingsFormat
- 
Packages that use PostingsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.
- 
- 
Uses of PostingsFormat in org.apache.lucene.codecsFields in org.apache.lucene.codecs declared as PostingsFormat Modifier and Type Field Description static PostingsFormat[]PostingsFormat. EMPTYZero-lengthPostingsFormatarray.Methods in org.apache.lucene.codecs that return PostingsFormat Modifier and Type Method Description static PostingsFormatPostingsFormat. forName(String name)looks up a format by nameabstract PostingsFormatCodec. postingsFormat()Encodes/decodes postingsPostingsFormatFilterCodec. postingsFormat()
- 
Uses of PostingsFormat in org.apache.lucene.codecs.lucene90Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90PostingsFormatLucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode.
- 
Uses of PostingsFormat in org.apache.lucene.codecs.lucene92Methods in org.apache.lucene.codecs.lucene92 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene92Codec. getPostingsFormatForField(String field)Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene92Codec. postingsFormat()
- 
Uses of PostingsFormat in org.apache.lucene.codecs.perfieldSubclasses of PostingsFormat in org.apache.lucene.codecs.perfield Modifier and Type Class Description classPerFieldPostingsFormatEnables per field postings support.Methods in org.apache.lucene.codecs.perfield that return PostingsFormat Modifier and Type Method Description abstract PostingsFormatPerFieldPostingsFormat. getPostingsFormatForField(String field)Returns the postings format that should be used for writing new segments offield.
 
-