public class NoIndexIndexerAndSearcherFactory extends AbstractIndexerAndSearcher
| Constructor and Description |
|---|
NoIndexIndexerAndSearcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Do any indexing that may be pending on behalf of the current transaction.
|
org.alfresco.service.cmr.dictionary.DictionaryService |
getDictionaryService() |
Indexer |
getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef)
Get an indexer for a store
|
org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
org.alfresco.service.cmr.search.SearchService |
getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef,
boolean searchDelta)
Get a searcher for a store
|
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
getQueryLanguages, registerQueryLanguagepublic org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
public org.alfresco.service.cmr.repository.NodeService getNodeService()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
public Indexer getIndexer(org.alfresco.service.cmr.repository.StoreRef storeRef) throws IndexerException
IndexerAndSearcherIndexerExceptionpublic org.alfresco.service.cmr.search.SearchService getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef,
boolean searchDelta)
throws SearcherException
IndexerAndSearchersearchDelta - -
serach the in progress transaction as well as the main index
(this is ignored for searches that do full text)SearcherExceptionpublic void flush()
IndexerAndSearcherCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.