|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReindexingStore
A directory provider for full reindexings.
| Method Summary | |
|---|---|
String |
getCheckpoint()
Returns the current checkpoint. |
Directory |
getDestinationDirectory()
Returns the directory in which the new index must be created. |
void |
reindexed(String checkpoint)
Called when a reindexing process has been completed. |
| Methods inherited from interface net.sf.lucis.core.DirectoryProvider |
|---|
getDirectory, getManagedReader, getVersion |
| Method Detail |
|---|
String getCheckpoint()
throws StoreException
null if no checkpoint is available.
StoreExceptionDirectory getDestinationDirectory()
IndexException - if an error occurs.
void reindexed(@Nullable
String checkpoint)
checkpoint - New index checkpoint.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||