Class NoIndexIndexerAndSearcherFactory
java.lang.Object
org.alfresco.repo.search.impl.AbstractIndexerAndSearcher
org.alfresco.repo.search.impl.solr.SolrIndexerAndSearcherFactory
org.alfresco.repo.search.impl.noindex.NoIndexIndexerAndSearcherFactory
- All Implemented Interfaces:
IndexerAndSearcher
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSearcher(StoreRef storeRef, boolean searchDelta) Get a searcher for a storeMethods inherited from class org.alfresco.repo.search.impl.solr.SolrIndexerAndSearcherFactory
flush, getDictionaryService, getIndexer, getNamespacePrefixResolver, getNodeService, getQueryRegister, setDictionaryService, setNamespacePrefixResolver, setNodeService, setQueryRegisterMethods inherited from class org.alfresco.repo.search.impl.AbstractIndexerAndSearcher
getQueryLanguages, registerQueryLanguage
-
Constructor Details
-
NoIndexIndexerAndSearcherFactory
public NoIndexIndexerAndSearcherFactory()
-
-
Method Details
-
getSearcher
Description 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
-