public static class IndexSearcher.LeafSlice
extends java.lang.Object
IndexSearcher
s 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)
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.