Uses of Class
org.apache.lucene.codecs.FieldsProducer
-
Packages that use FieldsProducer 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.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of FieldsProducer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldsProducer Modifier and Type Method Description abstract FieldsProducerPostingsFormat. fieldsProducer(SegmentReadState state)Reads a segment.FieldsProducerFieldsProducer. getMergeInstance()Returns an instance optimized for merging. -
Uses of FieldsProducer in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return FieldsProducer Modifier and Type Method Description FieldsProducerLucene90PostingsFormat. fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of FieldsProducer in org.apache.lucene.codecs.lucene90.blocktree Modifier and Type Class Description classLucene90BlockTreeTermsReaderA block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes. -
Uses of FieldsProducer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return FieldsProducer Modifier and Type Method Description FieldsProducerPerFieldPostingsFormat. fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FieldsProducer Modifier and Type Field Description FieldsProducer[]MergeState. fieldsProducersPostings to mergeMethods in org.apache.lucene.index that return FieldsProducer Modifier and Type Method Description abstract FieldsProducerCodecReader. getPostingsReader()Expert: retrieve underlying FieldsProducerFieldsProducerFilterCodecReader. getPostingsReader()FieldsProducerSegmentReader. getPostingsReader()FieldsProducerSortingCodecReader. getPostingsReader()
-