org.alfresco.repo.search
Interface BackgroundIndexerAware

All Superinterfaces:
SupportsBackgroundIndexing
All Known Subinterfaces:
ADMLuceneIndexer, AVMLuceneIndexer
All Known Implementing Classes:
ADMLuceneIndexerImpl, ADMLuceneNoActionIndexerImpl, AVMLuceneIndexerImpl

public interface BackgroundIndexerAware
extends SupportsBackgroundIndexing

Add support for FTS indexing


Method Summary
 void registerCallBack(FTSIndexerAware callBack)
          Register call back handler when the indexing chunk is done
 int updateFullTextSearch(int i)
          Peform a chunk of background FTS (and other non atomic property) indexing
 
Methods inherited from interface org.alfresco.repo.search.SupportsBackgroundIndexing
setFullTextSearchIndexer
 

Method Detail

registerCallBack

void registerCallBack(FTSIndexerAware callBack)
Register call back handler when the indexing chunk is done

Parameters:
callBack -

updateFullTextSearch

int updateFullTextSearch(int i)
Peform a chunk of background FTS (and other non atomic property) indexing

Parameters:
i -
Returns:
- the number of docs updates


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.