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
StorageExceptionComputable<java.lang.Boolean> update(int inputId, Input content)
inputId - *positive* id of content.void flush()
throws StorageException
StorageExceptionvoid clear()
throws StorageException
StorageExceptionvoid dispose()