Package org.apache.lucene.search
Class IndexSearcher.LeafSlice
- java.lang.Object
-
- org.apache.lucene.search.IndexSearcher.LeafSlice
-
- Enclosing class:
- IndexSearcher
public static class IndexSearcher.LeafSlice extends java.lang.Object
A class holding a subset of theIndexSearcher
s leaf contexts to be executed within a single thread.
-
-
Constructor Summary
Constructors Constructor Description LeafSlice(AtomicReaderContext... leaves)
-
-
-
Constructor Detail
-
LeafSlice
public LeafSlice(AtomicReaderContext... leaves)
-
-