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 9.0 file format.
BlockTree terms dictionary.
Postings format that can delegate to different formats per-field.
- 
Uses of FieldsConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldsConsumerModifier and TypeMethodDescriptionabstract FieldsConsumerPostingsFormat.fieldsConsumer(SegmentWriteState state) Writes a new segment - 
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return FieldsConsumer - 
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of FieldsConsumer in org.apache.lucene.codecs.lucene90.blocktreeModifier and TypeClassDescriptionfinal classBlock-based terms index and dictionary writer. - 
Uses of FieldsConsumer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return FieldsConsumerModifier and TypeMethodDescriptionfinal FieldsConsumerPerFieldPostingsFormat.fieldsConsumer(SegmentWriteState state)