Uses of Class
org.apache.lucene.search.SliceExecutor
Packages that use SliceExecutor
-
Uses of SliceExecutor in org.apache.lucene.search
Subclasses of SliceExecutor in org.apache.lucene.searchModifier and TypeClassDescription(package private) class
Derivative of SliceExecutor that controls the number of active threads that are used for a single query.Fields in org.apache.lucene.search declared as SliceExecutorMethods in org.apache.lucene.search that return SliceExecutorModifier and TypeMethodDescriptionprivate static SliceExecutor
IndexSearcher.getSliceExecutionControlPlane
(Executor executor) Return the SliceExecutionControlPlane instance to be used for this IndexSearcher instanceConstructors in org.apache.lucene.search with parameters of type SliceExecutorModifierConstructorDescription(package private)
IndexSearcher
(IndexReaderContext context, Executor executor, SliceExecutor sliceExecutor)