Uses of Class
org.apache.lucene.codecs.FieldsConsumer
Packages that use FieldsConsumer
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 FieldsConsumer in org.apache.lucene.codecs
Subclasses of FieldsConsumer in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
Block-based terms index and dictionary writer.Methods in org.apache.lucene.codecs that return FieldsConsumerModifier and TypeMethodDescriptionabstract FieldsConsumer
PostingsFormat.fieldsConsumer
(SegmentWriteState state) Writes a new segment -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return FieldsConsumerModifier and TypeMethodDescriptionLucene40PostingsFormat.fieldsConsumer
(SegmentWriteState state) Deprecated. -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene41
Methods in org.apache.lucene.codecs.lucene41 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return FieldsConsumerModifier and TypeMethodDescriptionfinal FieldsConsumer
PerFieldPostingsFormat.fieldsConsumer
(SegmentWriteState state)