Uses of Class
org.apache.lucene.search.TaskExecutor
Packages that use TaskExecutor
Package
Description
Lucene 9.9 file format.
Code to search indices.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of TaskExecutor in org.apache.lucene.codecs.lucene99
Constructors in org.apache.lucene.codecs.lucene99 with parameters of type TaskExecutorModifierConstructorDescriptionLucene99HnswVectorsWriter(SegmentWriteState state, int M, int beamWidth, FlatVectorsFormat flatVectorsFormat, FlatVectorsWriter flatVectorWriter, int numMergeWorkers, TaskExecutor mergeExec) Lucene99HnswVectorsWriter(SegmentWriteState state, int M, int beamWidth, FlatVectorsFormat flatVectorsFormat, FlatVectorsWriter flatVectorWriter, int numMergeWorkers, TaskExecutor mergeExec, int tinySegmentsThreshold) -
Uses of TaskExecutor in org.apache.lucene.search
Methods in org.apache.lucene.search that return TaskExecutorModifier and TypeMethodDescriptionIndexSearcher.getTaskExecutor()Returns theTaskExecutorthat this searcher relies on to execute concurrent operations -
Uses of TaskExecutor in org.apache.lucene.util.hnsw
Constructors in org.apache.lucene.util.hnsw with parameters of type TaskExecutorModifierConstructorDescriptionConcurrentHnswMerger(FieldInfo fieldInfo, RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, TaskExecutor taskExecutor, int numWorker) ConcurrentHnswMerger(FieldInfo fieldInfo, RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, TaskExecutor taskExecutor, int numWorker, IORunnable abortCheck) HnswConcurrentMergeBuilder(TaskExecutor taskExecutor, int numWorker, RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, OnHeapHnswGraph hnsw, BitSet initializedNodes)