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.
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.