Uses of Interface
org.apache.lucene.util.IOBooleanSupplier
Packages that use IOBooleanSupplier
Package
Description
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
BlockTree terms dictionary.
Code to maintain and access indices.
Code to search indices.
-
Uses of IOBooleanSupplier in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom that return IOBooleanSupplierModifier and TypeMethodDescriptionBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum.prepareSeekExact
(BytesRef text) -
Uses of IOBooleanSupplier in org.apache.lucene.codecs.lucene90.blocktree
Methods in org.apache.lucene.codecs.lucene90.blocktree that return IOBooleanSupplierModifier and TypeMethodDescriptionSegmentTermsEnum.prepareSeekExact
(BytesRef target) private IOBooleanSupplier
SegmentTermsEnum.prepareSeekExact
(BytesRef target, boolean prefetch) -
Uses of IOBooleanSupplier in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IOBooleanSupplierModifier and TypeFieldDescriptionprivate final IOBooleanSupplier
TermStates.PendingTermLookup.supplier
The field for thesupplier
record component.Methods in org.apache.lucene.index that return IOBooleanSupplierModifier and TypeMethodDescriptionBaseTermsEnum.prepareSeekExact
(BytesRef text) FilteredTermsEnum.prepareSeekExact
(BytesRef text) This enum does not support seeking!FilterLeafReader.FilterTermsEnum.prepareSeekExact
(BytesRef text) abstract IOBooleanSupplier
TermsEnum.prepareSeekExact
(BytesRef text) TermStates.PendingTermLookup.supplier()
Returns the value of thesupplier
record component.Constructors in org.apache.lucene.index with parameters of type IOBooleanSupplierModifierConstructorDescriptionprivate
PendingTermLookup
(TermsEnum termsEnum, IOBooleanSupplier supplier) Creates an instance of aPendingTermLookup
record class. -
Uses of IOBooleanSupplier in org.apache.lucene.search
Methods in org.apache.lucene.search that return IOBooleanSupplier