Class HnswVectorIndexReader

    • Constructor Detail

    • Method Detail

      • getDocIds

        public org.roaringbitmap.buffer.MutableRoaringBitmap getDocIds​(float[] searchQuery,
                                                                       int topK)
        Specified by:
        getDocIds in interface VectorIndexReader
      • close

        public void close()
                   throws IOException
        When we destroy the loaded ImmutableSegment, all the indexes (for each column) are destroyed and as part of that we release the text index
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Throws:
        IOException