Uses of Class
org.apache.lucene.codecs.PostingsFormat
-
-
Uses of PostingsFormat in org.apache.lucene.codecs
Fields 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.lucene84
Subclasses of PostingsFormat in org.apache.lucene.codecs.lucene84 Modifier and Type Class Description classLucene84PostingsFormatLucene 5.0 postings format, which encodes postings in packed integer blocks for fast decode.Methods in org.apache.lucene.codecs.lucene84 that return PostingsFormat Modifier and Type Method Description PostingsFormatLucene84Codec. getPostingsFormatForField(String field)Returns the postings format that should be used for writing new segments offield.PostingsFormatLucene84Codec. postingsFormat() -
Uses of PostingsFormat in org.apache.lucene.codecs.perfield
Subclasses 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. -
Uses of PostingsFormat in org.apache.lucene.search.suggest.document
Subclasses of PostingsFormat in org.apache.lucene.search.suggest.document Modifier and Type Class Description classCompletion50PostingsFormatCompletionPostingsFormatfororg.apache.lucene.codecs.lucene50.Lucene50PostingsFormat.classCompletionPostingsFormatAPostingsFormatwhich supports document suggestion based on indexedSuggestFields.Methods in org.apache.lucene.search.suggest.document that return PostingsFormat Modifier and Type Method Description protected PostingsFormatCompletion50PostingsFormat. delegatePostingsFormat()protected abstract PostingsFormatCompletionPostingsFormat. delegatePostingsFormat()Concrete implementation should specify the delegating postings format -
Uses of PostingsFormat in org.elasticsearch.index.codec
Methods in org.elasticsearch.index.codec that return PostingsFormat Modifier and Type Method Description PostingsFormatPerFieldMappingPostingFormatCodec. getPostingsFormatForField(String field) -
Uses of PostingsFormat in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return PostingsFormat Modifier and Type Method Description static PostingsFormatCompletionFieldMapper.CompletionFieldType. postingsFormat()
-