Class MutableVectorIndex

    • Method Detail

      • add

        public void add​(@Nonnull
                        Object value,
                        int dictId,
                        int docId)
        Specified by:
        add in interface MutableIndex
      • add

        public void add​(@Nonnull
                        Object[] values,
                        @Nullable
                        int[] dictIds,
                        int docId)
        Specified by:
        add in interface MutableIndex
      • getDocIds

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