Package org.apache.lucene.index
Class MultiLeafReader
- java.lang.Object
-
- org.apache.lucene.index.MultiLeafReader
-
public class MultiLeafReader extends java.lang.ObjectUtility methods for working with aIndexReaderas if it were aLeafReader.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.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMultiLeafReader()
-