org.alfresco.repo.search.impl.lucene.fts
Interface FTSIndexerAware

All Known Implementing Classes:
FullTextSearchIndexerImpl

public interface FTSIndexerAware

Supports acll back to the FTS indexer to report what has been done


Method Summary
 void indexCompleted(StoreRef storeRef, int remaining, java.lang.Exception e)
          Call back used by the background indexer
 

Method Detail

indexCompleted

void indexCompleted(StoreRef storeRef,
                    int remaining,
                    java.lang.Exception e)
Call back used by the background indexer

Parameters:
storeRef -
remaining -
e -


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