Uses of Class
org.apache.lucene.codecs.FieldsConsumer
-
-
Uses of FieldsConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldsConsumer Modifier and Type Method Description abstract FieldsConsumerPostingsFormat. fieldsConsumer(SegmentWriteState state)Writes a new segment -
Uses of FieldsConsumer in org.apache.lucene.codecs.blocktree
Subclasses of FieldsConsumer in org.apache.lucene.codecs.blocktree Modifier and Type Class Description classBlockTreeTermsWriterBlock-based terms index and dictionary writer. -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene84
Methods in org.apache.lucene.codecs.lucene84 that return FieldsConsumer Modifier and Type Method Description FieldsConsumerLucene84PostingsFormat. fieldsConsumer(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return FieldsConsumer Modifier and Type Method Description FieldsConsumerPerFieldPostingsFormat. fieldsConsumer(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document that return FieldsConsumer Modifier and Type Method Description FieldsConsumerCompletionPostingsFormat. fieldsConsumer(SegmentWriteState state)
-