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.
Pluggable term index / block terms dictionary implementations.
BlockTree terms dictionary.
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.
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 8.4 index 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.
Support for document suggestion
-
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.blockterms
Subclasses of FieldsConsumer in org.apache.lucene.codecs.blocktermsModifier and TypeClassDescriptionclassWrites 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.blocktree
Subclasses of FieldsConsumer in org.apache.lucene.codecs.blocktreeModifier and TypeClassDescriptionfinal classBlock-based terms index and dictionary writer. -
Uses of FieldsConsumer in org.apache.lucene.codecs.blocktreeords
Subclasses of FieldsConsumer in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescriptionfinal classThis is just likeBlockTreeTermsWriter, 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) classFields in org.apache.lucene.codecs.bloom declared as FieldsConsumerModifier and TypeFieldDescriptionprivate FieldsConsumerBloomFilteringPostingsFormat.BloomFilteredFieldsConsumer.delegateFieldsConsumerMethods 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.idversion
Subclasses of FieldsConsumer in org.apache.lucene.codecs.idversionModifier and TypeClassDescriptionfinal classThis is just likeBlockTreeTermsWriter, 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.idversion that return FieldsConsumerModifier and TypeMethodDescriptionIDVersionPostingsFormat.fieldsConsumer(SegmentWriteState state) -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene84
Methods in org.apache.lucene.codecs.lucene84 that return FieldsConsumer -
Uses of FieldsConsumer in org.apache.lucene.codecs.memory
Subclasses of FieldsConsumer in org.apache.lucene.codecs.memoryModifier and TypeClassDescriptionclassFST-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 FieldsConsumerPerFieldPostingsFormat.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 TypeClassDescriptionclassA 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 FieldsConsumerUniformSplitPostingsFormat.createUniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder) UniformSplitPostingsFormat.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 classWeighted FSTs for any indexedSuggestFieldis built onCompletionFieldsConsumer.write(Fields,NormsProducer).Fields in org.apache.lucene.search.suggest.document declared as FieldsConsumerModifier and TypeFieldDescriptionprivate FieldsConsumerCompletionFieldsConsumer.delegateFieldsConsumerMethods in org.apache.lucene.search.suggest.document that return FieldsConsumerModifier and TypeMethodDescriptionCompletionPostingsFormat.fieldsConsumer(SegmentWriteState state)