Class IndexFileUtils


  • public class IndexFileUtils
    extends java.lang.Object
    • Method Detail

      • openOutput

        public IndexOutputWriter openOutput​(File file,
                                            boolean append)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • openInput

        public org.apache.lucene.store.IndexInput openInput​(FileHandle handle)
      • openBlockingInput

        public org.apache.lucene.store.IndexInput openBlockingInput​(File file)
      • getBufferedChecksumIndexInput

        public static org.apache.lucene.store.ChecksumIndexInput getBufferedChecksumIndexInput​(org.apache.lucene.store.IndexInput indexInput)