|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FullTextSearchIndexer
API for full text search indexing in the background
Method Summary | |
---|---|
void |
index()
Do a chunk of outstanding indexing work |
void |
indexCompleted(org.alfresco.service.cmr.repository.StoreRef storeRef,
int remaining,
java.lang.Exception e)
Call back to report state back to the indexer |
void |
pause()
Pause indexing 9no back ground indexing until a resume is called) |
void |
requiresIndex(org.alfresco.service.cmr.repository.StoreRef storeRef)
Mark a store as dirty, requiring a background index update to fix it up. |
void |
resume()
Resume after a pause |
Methods inherited from interface org.springframework.beans.factory.BeanFactoryAware |
---|
setBeanFactory |
Method Detail |
---|
void requiresIndex(org.alfresco.service.cmr.repository.StoreRef storeRef)
storeRef
- void indexCompleted(org.alfresco.service.cmr.repository.StoreRef storeRef, int remaining, java.lang.Exception e)
storeRef
- remaining
- e
- void pause() throws java.lang.InterruptedException
java.lang.InterruptedException
void resume() throws java.lang.InterruptedException
java.lang.InterruptedException
void index()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |