public interface InvertedIndex<Key,Value,Input>
Modifier and Type | Field and Description |
---|---|
static boolean |
ARE_COMPOSITE_INDEXERS_ENABLED |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
void |
flush() |
ValueContainer<Value> |
getData(Key key) |
Computable<java.lang.Boolean> |
update(int inputId,
Input content) |
ValueContainer<Value> getData(Key key) throws StorageException
StorageException
Computable<java.lang.Boolean> update(int inputId, Input content)
inputId
- *positive* id of content.void flush() throws StorageException
StorageException
void clear() throws StorageException
StorageException
void dispose()