public class MultiLeafReader
extends java.lang.Object
IndexReader as if it were a LeafReader.
NOTE: for composite readers, you'll get better
performance by gathering the sub readers using
IndexReader.getContext() to get the
atomic leaves and then operate per-LeafReader,
instead of using this class.
| Modifier | Constructor and Description |
|---|---|
private |
MultiLeafReader() |