Interface MutableInvertedIndex

    • Method Summary

      Modifier and Type Method Description
      void add​(int dictId, int docId)
      Add the docId to the posting list for the dictionary id.
    • 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