- 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.
-
-
Field Summary
Fields Modifier and Type Field Description LeafReaderContext[]
leaves
The leaves that make up this slice.
-
Constructor Summary
Constructors Constructor Description LeafSlice(java.util.List<LeafReaderContext> leavesList)
-
-
-
Field Detail
-
leaves
public final LeafReaderContext[] leaves
The leaves that make up this slice.
-
-
Constructor Detail
-
LeafSlice
public LeafSlice(java.util.List<LeafReaderContext> leavesList)
-
-