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,
java.lang.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 - void indexCompleted(org.alfresco.service.cmr.repository.StoreRef storeRef,
int remaining,
java.lang.Throwable t)
storeRef - remaining - e - void pause()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid resume()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionvoid index()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.