Uses of Class
org.apache.lucene.codecs.FieldsProducer
Packages that use FieldsProducer
Package
Description
BlockTree terms dictionary.
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.
Code to maintain and access indices.
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 FieldsProducer in org.apache.lucene.backward_codecs.lucene40.blocktree
Subclasses of FieldsProducer in org.apache.lucene.backward_codecs.lucene40.blocktreeModifier and TypeClassDescriptionfinal classA block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes. -
Uses of FieldsProducer in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 that return FieldsProducer -
Uses of FieldsProducer in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return FieldsProducer -
Uses of FieldsProducer in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return FieldsProducer -
Uses of FieldsProducer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldsProducerModifier and TypeMethodDescriptionabstract FieldsProducerPostingsFormat.fieldsProducer(SegmentReadState state) Reads a segment.FieldsProducer.getMergeInstance()Returns an instance optimized for merging. -
Uses of FieldsProducer in org.apache.lucene.codecs.blockterms
Subclasses of FieldsProducer in org.apache.lucene.codecs.blocktermsModifier and TypeClassDescriptionclassHandles a terms dict, but decouples all details of doc/freqs/positions reading to an instance ofPostingsReaderBase. -
Uses of FieldsProducer in org.apache.lucene.codecs.blocktreeords
Subclasses of FieldsProducer in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescriptionfinal classMethods in org.apache.lucene.codecs.blocktreeords that return FieldsProducerModifier and TypeMethodDescriptionBlockTreeOrdsPostingsFormat.fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.codecs.bloom
Subclasses of FieldsProducer in org.apache.lucene.codecs.bloomModifier and TypeClassDescription(package private) static classFields in org.apache.lucene.codecs.bloom declared as FieldsProducerModifier and TypeFieldDescriptionprivate FieldsProducerBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.delegateFieldsProducerMethods in org.apache.lucene.codecs.bloom that return FieldsProducerModifier and TypeMethodDescriptionBloomFilteringPostingsFormat.fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of FieldsProducer in org.apache.lucene.codecs.lucene90.blocktreeModifier and TypeClassDescriptionfinal classA block-based terms index and dictionary that assigns terms to variable length blocks according to how they share prefixes. -
Uses of FieldsProducer in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return FieldsProducer -
Uses of FieldsProducer in org.apache.lucene.codecs.memory
Subclasses of FieldsProducer in org.apache.lucene.codecs.memoryModifier and TypeClassDescriptionprivate static final classclassFST-based terms dictionary reader.Methods in org.apache.lucene.codecs.memory that return FieldsProducerModifier and TypeMethodDescriptionDirectPostingsFormat.fieldsProducer(SegmentReadState state) FSTPostingsFormat.fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.codecs.perfield
Subclasses of FieldsProducer in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionprivate static classprivate static classFields in org.apache.lucene.codecs.perfield declared as FieldsProducerModifier and TypeFieldDescriptionprivate final FieldsProducerPerFieldMergeState.FilterFieldsProducer.inFields in org.apache.lucene.codecs.perfield with type parameters of type FieldsProducerModifier and TypeFieldDescriptionprivate final Map<String, FieldsProducer> PerFieldPostingsFormat.FieldsReader.fieldsprivate final Map<String, FieldsProducer> PerFieldPostingsFormat.FieldsReader.formatsMethods in org.apache.lucene.codecs.perfield that return FieldsProducerModifier and TypeMethodDescriptionfinal FieldsProducerPerFieldPostingsFormat.fieldsProducer(SegmentReadState state) PerFieldPostingsFormat.FieldsReader.getMergeInstance()Constructors in org.apache.lucene.codecs.perfield with parameters of type FieldsProducerModifierConstructorDescription(package private)FilterFieldsProducer(FieldsProducer in, Collection<String> filterFields) -
Uses of FieldsProducer in org.apache.lucene.codecs.simpletext
Subclasses of FieldsProducer in org.apache.lucene.codecs.simpletextMethods in org.apache.lucene.codecs.simpletext that return FieldsProducerModifier and TypeMethodDescriptionSimpleTextPostingsFormat.fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.codecs.uniformsplit
Subclasses of FieldsProducer in org.apache.lucene.codecs.uniformsplitModifier and TypeClassDescriptionclassA block-based terms index and dictionary based on the Uniform Split technique.Methods in org.apache.lucene.codecs.uniformsplit that return FieldsProducerModifier and TypeMethodDescriptionprotected FieldsProducerUniformSplitPostingsFormat.createUniformSplitTermsReader(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder) UniformSplitPostingsFormat.fieldsProducer(SegmentReadState state) -
Uses of FieldsProducer in org.apache.lucene.index
Subclasses of FieldsProducer in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static classFields in org.apache.lucene.index declared as FieldsProducerModifier and TypeFieldDescription(package private) final FieldsProducerSegmentCoreReaders.fieldsfinal FieldsProducer[]MergeState.fieldsProducersPostings to mergeprivate final FieldsProducer[]SlowCompositeCodecReaderWrapper.SlowCompositeFieldsProducerWrapper.producersMethods in org.apache.lucene.index that return FieldsProducerModifier and TypeMethodDescriptionabstract FieldsProducerCodecReader.getPostingsReader()Expert: retrieve underlying FieldsProducerFilterCodecReader.getPostingsReader()SegmentReader.getPostingsReader()SlowCompositeCodecReaderWrapper.getPostingsReader()SortingCodecReader.getPostingsReader()private static FieldsProducerSlowCodecReaderWrapper.readerToFieldsProducer(LeafReader reader) Constructors in org.apache.lucene.index with parameters of type FieldsProducerModifierConstructorDescriptionMergeState(MergeState.DocMap[] docMaps, SegmentInfo segmentInfo, FieldInfos mergeFieldInfos, StoredFieldsReader[] storedFieldsReaders, TermVectorsReader[] termVectorsReaders, NormsProducer[] normsProducers, DocValuesProducer[] docValuesProducers, FieldInfos[] fieldInfos, Bits[] liveDocs, FieldsProducer[] fieldsProducers, PointsReader[] pointsReaders, KnnVectorsReader[] knnVectorsReaders, int[] maxDocs, InfoStream infoStream, Executor intraMergeTaskExecutor, boolean needsIndexSort) Create a new merge instance.(package private)SlowCompositeFieldsProducerWrapper(FieldsProducer[] producers, int[] docStarts) -
Uses of FieldsProducer in org.apache.lucene.sandbox.codecs.idversion
Subclasses of FieldsProducer in org.apache.lucene.sandbox.codecs.idversionModifier and TypeClassDescriptionfinal classMethods in org.apache.lucene.sandbox.codecs.idversion that return FieldsProducer -
Uses of FieldsProducer in org.apache.lucene.search.suggest.document
Subclasses of FieldsProducer in org.apache.lucene.search.suggest.documentModifier and TypeClassDescription(package private) final classCompletion index (.cmp) is opened and read at instantiation to read inSuggestFieldnumbers and their FST offsets in the Completion dictionary (.lkp).Fields in org.apache.lucene.search.suggest.document declared as FieldsProducerModifier and TypeFieldDescriptionprivate FieldsProducerCompletionFieldsProducer.delegateFieldsProducerMethods in org.apache.lucene.search.suggest.document that return FieldsProducerModifier and TypeMethodDescriptionCompletionPostingsFormat.fieldsProducer(SegmentReadState state) CompletionFieldsProducer.getMergeInstance()Constructors in org.apache.lucene.search.suggest.document with parameters of type FieldsProducerModifierConstructorDescriptionprivateCompletionFieldsProducer(FieldsProducer delegateFieldsProducer, Map<String, CompletionsTermsReader> readers)