Interface MutableInvertedIndex

    • Method Detail

      • add

        void add​(int dictId,
                 int docId)
        Add the docId to the posting list for the dictionary id.
        Parameters:
        dictId - dictionary id
        docId - document id