Interface TextIndexCreator

    • Method Summary

      Modifier and Type Method Description
      void add​(String document)
      Adds the next document.
      void add​(String[] document, int length)
      Adds a set of documents to the index
      void seal()
      Seals the index and flushes it to disk.
    • Method Detail

      • add

        void add​(String document)
        Adds the next document.
      • add

        void add​(String[] document,
                 int length)
        Adds a set of documents to the index