Uses of Class
org.apache.lucene.codecs.FieldsConsumer
-
Packages that use FieldsConsumer Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.search.suggest.document 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 Modifier and Type Method Description FieldsConsumer
Lucene50PostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
Lucene84PostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldsConsumer Modifier and Type Method Description abstract 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.blockterms Modifier and Type Class Description class
BlockTermsWriter
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.blocktreeords Modifier and Type Class Description class
OrdsBlockTreeTermsWriter
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 FieldsConsumer Modifier and Type Method Description FieldsConsumer
BlockTreeOrdsPostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.bloom
Subclasses of FieldsConsumer in org.apache.lucene.codecs.bloom Modifier and Type Class Description (package private) class
BloomFilteringPostingsFormat.BloomFilteredFieldsConsumer
Fields in org.apache.lucene.codecs.bloom declared as FieldsConsumer Modifier and Type Field Description private FieldsConsumer
BloomFilteringPostingsFormat.BloomFilteredFieldsConsumer. delegateFieldsConsumer
Methods in org.apache.lucene.codecs.bloom that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
BloomFilteringPostingsFormat. fieldsConsumer(SegmentWriteState state)
Constructors in org.apache.lucene.codecs.bloom with parameters of type FieldsConsumer Constructor Description BloomFilteredFieldsConsumer(FieldsConsumer fieldsConsumer, SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
Lucene90PostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of FieldsConsumer in org.apache.lucene.codecs.lucene90.blocktree Modifier and Type Class Description class
Lucene90BlockTreeTermsWriter
Block-based terms index and dictionary writer. -
Uses of FieldsConsumer in org.apache.lucene.codecs.memory
Subclasses of FieldsConsumer in org.apache.lucene.codecs.memory Modifier and Type Class Description class
FSTTermsWriter
FST-based term dict, using metadata as FST output.Methods in org.apache.lucene.codecs.memory that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
DirectPostingsFormat. fieldsConsumer(SegmentWriteState state)
FieldsConsumer
FSTPostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.perfield
Subclasses of FieldsConsumer in org.apache.lucene.codecs.perfield Modifier and Type Class Description private class
PerFieldPostingsFormat.FieldsWriter
Methods in org.apache.lucene.codecs.perfield that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
PerFieldPostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.simpletext
Subclasses of FieldsConsumer in org.apache.lucene.codecs.simpletext Modifier and Type Class Description (package private) class
SimpleTextFieldsWriter
Methods in org.apache.lucene.codecs.simpletext that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
SimpleTextPostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.uniformsplit
Subclasses of FieldsConsumer in org.apache.lucene.codecs.uniformsplit Modifier and Type Class Description class
UniformSplitTermsWriter
A block-based terms index and dictionary that assigns terms to nearly uniform length blocks.Methods in org.apache.lucene.codecs.uniformsplit that return FieldsConsumer Modifier and Type Method Description protected FieldsConsumer
UniformSplitPostingsFormat. createUniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder)
FieldsConsumer
UniformSplitPostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.codecs.uniformsplit.sharedterms
Subclasses of FieldsConsumer in org.apache.lucene.codecs.uniformsplit.sharedterms Modifier and Type Class Description class
STUniformSplitTermsWriter
ExtendsUniformSplitTermsWriter
by sharing all the fields terms in the same dictionary and by writing all the fields of a term in the same block line.Methods in org.apache.lucene.codecs.uniformsplit.sharedterms that return FieldsConsumer Modifier and Type Method Description protected FieldsConsumer
STUniformSplitPostingsFormat. createUniformSplitTermsWriter(PostingsWriterBase postingsWriter, SegmentWriteState state, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder)
-
Uses of FieldsConsumer in org.apache.lucene.sandbox.codecs.idversion
Subclasses of FieldsConsumer in org.apache.lucene.sandbox.codecs.idversion Modifier and Type Class Description class
VersionBlockTreeTermsWriter
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 FieldsConsumer Modifier and Type Method Description FieldsConsumer
IDVersionPostingsFormat. fieldsConsumer(SegmentWriteState state)
-
Uses of FieldsConsumer in org.apache.lucene.search.suggest.document
Subclasses of FieldsConsumer in org.apache.lucene.search.suggest.document Modifier and Type Class Description (package private) class
CompletionFieldsConsumer
Weighted FSTs for any indexedSuggestField
is built onCompletionFieldsConsumer.write(Fields,NormsProducer)
.Fields in org.apache.lucene.search.suggest.document declared as FieldsConsumer Modifier and Type Field Description private FieldsConsumer
CompletionFieldsConsumer. delegateFieldsConsumer
Methods in org.apache.lucene.search.suggest.document that return FieldsConsumer Modifier and Type Method Description FieldsConsumer
CompletionPostingsFormat. fieldsConsumer(SegmentWriteState state)
-