Uses of Class
org.apache.lucene.codecs.FieldsConsumer
Packages that use FieldsConsumer
Package
Description
Lucene 5.0 file format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
BlockTree terms dictionary.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Support for document suggestion
-
Uses of FieldsConsumer in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.codecs
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.blockterms
Subclasses of FieldsConsumer in org.apache.lucene.codecs.blocktermsModifier and TypeClassDescriptionclass
Writes terms dict, block-encoding (column stride) each term's metadata for each set of terms between two index terms. -
Uses of FieldsConsumer in org.apache.lucene.codecs.blocktreeords
Subclasses of FieldsConsumer in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescriptionfinal class
This is just likeLucene90BlockTreeTermsWriter
, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version.Methods in org.apache.lucene.codecs.blocktreeords that return FieldsConsumerModifier and TypeMethodDescriptionBlockTreeOrdsPostingsFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.bloom
Subclasses of FieldsConsumer in org.apache.lucene.codecs.bloomModifier and TypeClassDescription(package private) class
Fields in org.apache.lucene.codecs.bloom declared as FieldsConsumerModifier and TypeFieldDescriptionprivate FieldsConsumer
BloomFilteringPostingsFormat.BloomFilteredFieldsConsumer.delegateFieldsConsumer
Methods in org.apache.lucene.codecs.bloom that return FieldsConsumerModifier and TypeMethodDescriptionBloomFilteringPostingsFormat.fieldsConsumer
(SegmentWriteState state) Constructors in org.apache.lucene.codecs.bloom with parameters of type FieldsConsumerModifierConstructorDescriptionBloomFilteredFieldsConsumer
(FieldsConsumer fieldsConsumer, SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of FieldsConsumer in org.apache.lucene.codecs.lucene90.blocktreeModifier and TypeClassDescriptionfinal class
Block-based terms index and dictionary writer. -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.codecs.memory
Subclasses of FieldsConsumer in org.apache.lucene.codecs.memoryModifier and TypeClassDescriptionclass
FST-based term dict, using metadata as FST output.Methods in org.apache.lucene.codecs.memory that return FieldsConsumerModifier and TypeMethodDescriptionDirectPostingsFormat.fieldsConsumer
(SegmentWriteState state) FSTPostingsFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.perfield
Subclasses of FieldsConsumer in org.apache.lucene.codecs.perfieldMethods in org.apache.lucene.codecs.perfield that return FieldsConsumerModifier and TypeMethodDescriptionfinal FieldsConsumer
PerFieldPostingsFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.simpletext
Subclasses of FieldsConsumer in org.apache.lucene.codecs.simpletextMethods in org.apache.lucene.codecs.simpletext that return FieldsConsumerModifier and TypeMethodDescriptionSimpleTextPostingsFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.uniformsplit
Subclasses of FieldsConsumer in org.apache.lucene.codecs.uniformsplitModifier and TypeClassDescriptionclass
A block-based terms index and dictionary that assigns terms to nearly uniform length blocks.Methods in org.apache.lucene.codecs.uniformsplit that return FieldsConsumerModifier and TypeMethodDescriptionprotected FieldsConsumer
UniformSplitPostingsFormat.createUniformSplitTermsWriter
(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder) UniformSplitPostingsFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.sandbox.codecs.idversion
Subclasses of FieldsConsumer in org.apache.lucene.sandbox.codecs.idversionModifier and TypeClassDescriptionfinal class
This is just likeLucene90BlockTreeTermsWriter
, except it also stores a version per term, and adds a method to its TermsEnum implementation to seekExact only if the version is >= the specified version.Methods in org.apache.lucene.sandbox.codecs.idversion that return FieldsConsumerModifier and TypeMethodDescriptionIDVersionPostingsFormat.fieldsConsumer
(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.search.suggest.document
Subclasses of FieldsConsumer in org.apache.lucene.search.suggest.documentModifier and TypeClassDescription(package private) final class
Weighted FSTs for any indexedSuggestField
is built onCompletionFieldsConsumer.write(Fields,NormsProducer)
.Fields in org.apache.lucene.search.suggest.document declared as FieldsConsumerModifier and TypeFieldDescriptionprivate FieldsConsumer
CompletionFieldsConsumer.delegateFieldsConsumer
Methods in org.apache.lucene.search.suggest.document that return FieldsConsumerModifier and TypeMethodDescriptionCompletionPostingsFormat.fieldsConsumer
(SegmentWriteState state)