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 SearchServiceIndexerAndSearcher. getSearcher(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 SearchServiceAbstractLuceneIndexerAndSearcherFactory. getNodeSearcher()Get node-based searcher (for "selectNodes / selectProperties")floatLuceneResultSet. getScore(int n)LuceneSearcherAbstractLuceneIndexerAndSearcherFactory. getSearcher(StoreRef storeRef, boolean searchDelta)Encapsulate creating a searcher over the main indexprotected abstract LuceneSearcherAbstractLuceneIndexerAndSearcherFactory. getSearcher(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 SearchServiceNoIndexIndexerAndSearcherFactory. getSearcher(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 SearchServiceSolrIndexerAndSearcherFactory. getSearcher(StoreRef storeRef, boolean searchDelta)
-