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 Object A class holding a subset of theIndexSearchers leaf contexts to be executed within a single thread.- WARNING: This API is experimental and might change in incompatible ways in the next release.
 
- 
- 
Field SummaryFields Modifier and Type Field Description LeafReaderContext[]leavesThe leaves that make up this slice.
 - 
Constructor SummaryConstructors Constructor Description LeafSlice(LeafReaderContext... leaves)
 
- 
- 
- 
Field Detail- 
leavespublic final LeafReaderContext[] leaves The leaves that make up this slice.- WARNING: This API is experimental and might change in incompatible ways in the next release.
 
 
- 
 - 
Constructor Detail- 
LeafSlicepublic LeafSlice(LeafReaderContext... leaves) 
 
- 
 
-