Class DirectReaders


  • public class DirectReaders
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DirectReaders()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkBitsPerValue​(int valuesBitsPerValue, org.apache.lucene.store.IndexInput input, java.util.function.Supplier<java.lang.String> source)  
      • Methods inherited from class java.lang.Object

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

      • DirectReaders

        public DirectReaders()
    • Method Detail

      • checkBitsPerValue

        public static void checkBitsPerValue​(int valuesBitsPerValue,
                                             org.apache.lucene.store.IndexInput input,
                                             java.util.function.Supplier<java.lang.String> source)
                                      throws org.apache.lucene.index.CorruptIndexException
        Throws:
        org.apache.lucene.index.CorruptIndexException