public static class IndexSearcher.LeafSlice
extends java.lang.Object
IndexSearchers leaf contexts to be
executed within a single thread.| Modifier and Type | Field and Description |
|---|---|
LeafReaderContext[] |
leaves
The leaves that make up this slice.
|
| Constructor and Description |
|---|
LeafSlice(LeafReaderContext... leaves) |
public final LeafReaderContext[] leaves
public LeafSlice(LeafReaderContext... leaves)