Class NoIndexIndexerAndSearcherFactory
- java.lang.Object
-
- org.alfresco.repo.search.impl.lucene.AbstractIndexerAndSearcher
-
- org.alfresco.repo.search.impl.solr.SolrIndexerAndSearcherFactory
-
- org.alfresco.repo.search.impl.noindex.NoIndexIndexerAndSearcherFactory
-
- All Implemented Interfaces:
IndexerAndSearcher
public class NoIndexIndexerAndSearcherFactory extends SolrIndexerAndSearcherFactory
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description NoIndexIndexerAndSearcherFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.service.cmr.search.SearchServicegetSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, boolean searchDelta)Get a searcher for a store-
Methods inherited from class org.alfresco.repo.search.impl.solr.SolrIndexerAndSearcherFactory
flush, getDictionaryService, getIndexer, getNamespacePrefixResolver, getNodeService, getQueryRegister, setDictionaryService, setNamespacePrefixResolver, setNodeService, setQueryRegister
-
Methods inherited from class org.alfresco.repo.search.impl.lucene.AbstractIndexerAndSearcher
getQueryLanguages, registerQueryLanguage
-
-
-
-
Method Detail
-
getSearcher
public org.alfresco.service.cmr.search.SearchService getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, boolean searchDelta) throws SearcherExceptionDescription copied from interface:IndexerAndSearcherGet a searcher for a store- Specified by:
getSearcherin interfaceIndexerAndSearcher- Overrides:
getSearcherin classSolrIndexerAndSearcherFactory- Parameters:
storeRef- StoreRefsearchDelta- - serach the in progress transaction as well as the main index (this is ignored for searches that do full text)- Returns:
- SearchService
- Throws:
SearcherException
-
-