Uses of Interface
org.apache.lucene.util.IOFunction
Packages that use IOFunction
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
-
Uses of IOFunction in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type IOFunctionModifier and TypeMethodDescriptionprivate static <V,
S> List <S> KnnVectorsWriter.MergedVectorValues.mergeVectorValues
(KnnVectorsReader[] knnVectorsReaders, MergeState.DocMap[] docMaps, FieldInfo mergingField, FieldInfos[] sourceFieldInfos, IOFunction<KnnVectorsReader, V> valuesSupplier, BiFunction<MergeState.DocMap, V, S> newSub) -
Uses of IOFunction in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type IOFunctionModifier and TypeMethodDescription(package private) void
MergePolicy.OneMerge.initMergeReaders
(IOFunction<SegmentCommitInfo, MergePolicy.MergeReader> readerFactory) Sets the merge readers for this merge.(package private) static StandardDirectoryReader
StandardDirectoryReader.open
(IndexWriter writer, IOFunction<SegmentCommitInfo, SegmentReader> readerFunction, SegmentInfos infos, boolean applyAllDeletes, boolean writeAllDeletes) Used by near real-time search