Interface IndexWriter.KeyWriter

  • Enclosing class:
    IndexWriter

    public static interface IndexWriter.KeyWriter
    Used to write out a key for an index.
    • Method Detail

      • storeKey

        void storeKey​(int index,
                      Serializable key)
        Store the key in a file
        Parameters:
        index - the index
        key - the corresponding key to another index