Class Lucene90PointsReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class Lucene90PointsReader
    extends PointsReader
    Reads point values previously written with Lucene90PointsWriter
    • Constructor Detail

      • Lucene90PointsReader

        public Lucene90PointsReader​(SegmentReadState readState)
                             throws java.io.IOException
        Sole constructor
        Throws:
        java.io.IOException
    • Method Detail

      • checkIntegrity

        public void checkIntegrity()
                            throws java.io.IOException
        Description copied from class: PointsReader
        Checks consistency of this reader.

        Note that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files.

        Specified by:
        checkIntegrity in class PointsReader
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException