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 IOBooleanSupplierSegmentTermsEnum.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 IOBooleanSupplierTermStates.PendingTermLookup.supplierThe field for thesupplierrecord 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 IOBooleanSupplierTermsEnum.prepareSeekExact(BytesRef text) TermStates.PendingTermLookup.supplier()Returns the value of thesupplierrecord component.Constructors in org.apache.lucene.index with parameters of type IOBooleanSupplierModifierConstructorDescriptionprivatePendingTermLookup(TermsEnum termsEnum, IOBooleanSupplier supplier) Creates an instance of aPendingTermLookuprecord class. -
Uses of IOBooleanSupplier in org.apache.lucene.search
Methods in org.apache.lucene.search that return IOBooleanSupplier