Uses of Class
org.alfresco.repo.search.SearcherException
-
Packages that use SearcherException Package Description org.alfresco.repo.search org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.noindex org.alfresco.repo.search.impl.solr -
-
Uses of SearcherException in org.alfresco.repo.search
Methods in org.alfresco.repo.search that throw SearcherException Modifier and Type Method Description org.alfresco.service.cmr.search.SearchServiceIndexerAndSearcher. getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, boolean searchDelta)Get a searcher for a store -
Uses of SearcherException in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that throw SearcherException Modifier and Type Method Description protected abstract org.alfresco.service.cmr.search.SearchServiceAbstractLuceneIndexerAndSearcherFactory. getNodeSearcher()Get node-based searcher (for "selectNodes / selectProperties")floatLuceneResultSet. getScore(int n)LuceneSearcherAbstractLuceneIndexerAndSearcherFactory. getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, boolean searchDelta)Encapsulate creating a searcher over the main indexprotected abstract LuceneSearcherAbstractLuceneIndexerAndSearcherFactory. getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, LuceneIndexer indexer)Get a searcher over the index and the current delta -
Uses of SearcherException in org.alfresco.repo.search.impl.noindex
Methods in org.alfresco.repo.search.impl.noindex that throw SearcherException Modifier and Type Method Description org.alfresco.service.cmr.search.SearchServiceNoIndexIndexerAndSearcherFactory. getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, boolean searchDelta) -
Uses of SearcherException in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr that throw SearcherException Modifier and Type Method Description org.alfresco.service.cmr.search.SearchServiceSolrIndexerAndSearcherFactory. getSearcher(org.alfresco.service.cmr.repository.StoreRef storeRef, boolean searchDelta)
-