public class MultiLeafReader extends 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 Apache Software Foundation. All Rights Reserved.