|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndexerAndSearcher
Interface for Indexer and Searcher Factories to implement
Method Summary | |
---|---|
void |
flush()
Do any indexing that may be pending on behalf of the current transaction. |
Indexer |
getIndexer(StoreRef storeRef)
Get an indexer for a store |
SearchService |
getSearcher(StoreRef storeRef,
boolean searchDelta)
Get a searcher for a store |
Method Detail |
---|
Indexer getIndexer(StoreRef storeRef) throws IndexerException
storeRef
-
IndexerException
SearchService getSearcher(StoreRef storeRef, boolean searchDelta) throws SearcherException
storeRef
- searchDelta
- -
serach the in progress transaction as well as the main index
(this is ignored for searches that do full text)
SearcherException
void flush()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |