Uses of Class
org.apache.lucene.codecs.FieldsProducer
Packages that use FieldsProducer
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 4.0 file format.
Lucene 4.1 file format.
Postings format that can delegate to different formats per-field.
-
Uses of FieldsProducer in org.apache.lucene.codecs
Subclasses of FieldsProducer in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
A block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes.Methods in org.apache.lucene.codecs that return FieldsProducerModifier and TypeMethodDescriptionabstract FieldsProducer
PostingsFormat.fieldsProducer
(SegmentReadState state) Reads a segment. -
Uses of FieldsProducer in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return FieldsProducerModifier and TypeMethodDescriptionLucene40PostingsFormat.fieldsProducer
(SegmentReadState state) Deprecated. -
Uses of FieldsProducer in org.apache.lucene.codecs.lucene41
Methods in org.apache.lucene.codecs.lucene41 that return FieldsProducer -
Uses of FieldsProducer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return FieldsProducerModifier and TypeMethodDescriptionfinal FieldsProducer
PerFieldPostingsFormat.fieldsProducer
(SegmentReadState state)