public interface FullTextSearchIndexer
extends org.springframework.beans.factory.BeanFactoryAware
Modifier and Type | Method and Description |
---|---|
void |
index()
Do a chunk of outstanding indexing work
|
void |
indexCompleted(org.alfresco.service.cmr.repository.StoreRef storeRef,
int remaining,
Throwable t)
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
|
void requiresIndex(org.alfresco.service.cmr.repository.StoreRef storeRef)
storeRef
- StoreRefvoid indexCompleted(org.alfresco.service.cmr.repository.StoreRef storeRef, int remaining, Throwable t)
storeRef
- StoreRefremaining
- intt
- Throwablevoid pause() throws InterruptedException
InterruptedException
void resume() throws InterruptedException
InterruptedException
void index()
Copyright © 2005–2017 Alfresco Software. All rights reserved.