java.lang.Object
org.elasticsearch.compute.lucene.LuceneSliceQueue
Shared Lucene slices between Lucene operators.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LuceneSliceQueuecreate(List<? extends ShardContext> contexts, Function<ShardContext, org.apache.lucene.search.Weight> weightFunction, DataPartitioning dataPartitioning, int taskConcurrency) int
-
Method Details
-
nextSlice
-
totalSlices
public int totalSlices() -
getSlices
-
create
public static LuceneSliceQueue create(List<? extends ShardContext> contexts, Function<ShardContext, org.apache.lucene.search.Weight> weightFunction, DataPartitioning dataPartitioning, int taskConcurrency)
-