Class MultiLeafReader


  • public class MultiLeafReader
    extends java.lang.Object
    Utility methods for working with a 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.

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MultiLeafReader()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultiLeafReader

        private MultiLeafReader()