Uses of Class
org.apache.lucene.search.SliceExecutor
-
Packages that use SliceExecutor Package Description org.apache.lucene.search Code to search indices. -
-
Uses of SliceExecutor in org.apache.lucene.search
Subclasses of SliceExecutor in org.apache.lucene.search Modifier and Type Class Description (package private) classQueueSizeBasedExecutorDerivative of SliceExecutor that controls the number of active threads that are used for a single query.Fields in org.apache.lucene.search declared as SliceExecutor Modifier and Type Field Description private SliceExecutorIndexSearcher. sliceExecutorMethods in org.apache.lucene.search that return SliceExecutor Modifier and Type Method Description private static SliceExecutorIndexSearcher. getSliceExecutionControlPlane(java.util.concurrent.Executor executor)Return the SliceExecutionControlPlane instance to be used for this IndexSearcher instanceConstructors in org.apache.lucene.search with parameters of type SliceExecutor Constructor Description IndexSearcher(IndexReaderContext context, java.util.concurrent.Executor executor, SliceExecutor sliceExecutor)
-