Interface InvertedIndexCreator
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
CombinedInvertedIndexCreator,DictionaryBasedInvertedIndexCreator,RawValueBasedInvertedIndexCreator
public interface InvertedIndexCreator extends Closeable
Marker interface for all inverted index creators.
-
-
Method Detail
-
seal
void seal() throws IOException
Seals the index and flushes it to disk.- Throws:
IOException
-
-