|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Checkpoint type.public interface Indexer<T>
Inferface for incremental indexer objects.
| Method Summary | |
|---|---|
Batch<T> |
index(T checkpoint)
Prepares a batch of deletions and additions to apply to an index from an initial checkpoint. |
| Method Detail |
|---|
Batch<T> index(T checkpoint)
throws InterruptedException
checkpoint - Initial checkpoint.
null if there is nothing to do.
RuntimeException - if an error happens during batch compilation.
InterruptedException - if the current task has been interrupted.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||