public interface SearchIndexBuilderWorkerDao
| Modifier and Type | Method and Description |
|---|---|
void |
createIndexTransaction(SearchIndexBuilderWorker worker)
create the index with a minimal profile
|
boolean |
indexExists()
check if the index exists
|
boolean |
isLockRequired()
If the implementation of the SearchIndexBuilder requires that the call aquires a lock
before processing.
|
void |
processToDoListTransaction(SearchIndexBuilderWorker worker,
int indexBatchSize)
This method processes the list of document modifications in the list
|
void processToDoListTransaction(SearchIndexBuilderWorker worker, int indexBatchSize)
worker - indexBatchSize - IOExceptionHibernateExceptionboolean isLockRequired()
boolean indexExists()
void createIndexTransaction(SearchIndexBuilderWorker worker)
worker - Copyright © 2003–2014 Sakai Project. All rights reserved.