Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchEngineException
-
-
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker that throw SearchEngineException Modifier and Type Method Description static IndividualListQueryResultsIndividualListQueryResults. runQuery(SearchQuery query, IndividualDao indDao) -
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that throw SearchEngineException Modifier and Type Method Description protected static voidVClassGroupCache. addClassCountsToGroup(VClassGroup group, SearchEngine searchEngine)protected static voidVClassGroupCache. addCountsUsingSearch(List<VClassGroup> groups, SearchEngine searchEngine)Add the Individual count to classes in groups.protected static voidVClassGroupCache. rebuildCacheUsingSearch(VClassGroupCache cache)Method that rebuilds the cache. -
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators that throw SearchEngineException Modifier and Type Method Description voidDefaultObjectPropertyFormGenerator. addFormSpecificDataForAC(EditConfigurationVTwo editConfiguration, VitroRequest vreq, javax.servlet.http.HttpSession session) -
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Subclasses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.modules.searchEngine Modifier and Type Class Description classSearchEngineNotRespondingExceptionIndicates that a request to the SearchEngine has timed out, or given some other indication that no response will be coming.Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that throw SearchEngineException Modifier and Type Method Description voidSearchEngine. add(SearchInputDocument... docs)Add documents to the search index.voidSearchEngine. add(Collection<SearchInputDocument> docs)Add documents to the search index.voidSearchEngine. commit()Explicitly commit all pending changes, and wait until they are visible to the search.voidSearchEngine. commit(boolean wait)Explicitly commit all pending changes, and optionally wait until they are visible to the search.voidSearchEngine. deleteById(String... ids)Delete documents from the search index, by unique ID.voidSearchEngine. deleteById(Collection<String> ids)Delete documents from the search index, by unique ID.voidSearchEngine. deleteByQuery(String query)Delete documents from the search index if they satisfy the query.intSearchEngine. documentCount()Find the number of documents in the search index.voidSearchEngine. ping()Check to see whether the SearchEngine is alive.SearchResponseSearchEngine. query(SearchQuery query)Query the search index and return the results. -
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.searchengine that throw SearchEngineException Modifier and Type Method Description voidInstrumentedSearchEngineWrapper. add(SearchInputDocument... docs)voidInstrumentedSearchEngineWrapper. add(Collection<SearchInputDocument> docs)voidInstrumentedSearchEngineWrapper. commit()voidInstrumentedSearchEngineWrapper. commit(boolean wait)voidInstrumentedSearchEngineWrapper. deleteById(String... ids)voidInstrumentedSearchEngineWrapper. deleteById(Collection<String> ids)voidInstrumentedSearchEngineWrapper. deleteByQuery(String query)intInstrumentedSearchEngineWrapper. documentCount()voidInstrumentedSearchEngineWrapper. ping()SearchResponseInstrumentedSearchEngineWrapper. query(SearchQuery query) -
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch that throw SearchEngineException Modifier and Type Method Description voidElasticSearchEngine. add(SearchInputDocument... docs)voidElasticSearchEngine. add(Collection<SearchInputDocument> docs)voidESAdder. add(Collection<SearchInputDocument> docs)StringQueryConverter. asString()voidElasticSearchEngine. commit()voidElasticSearchEngine. commit(boolean wait)intESCounter. count()voidElasticSearchEngine. deleteById(String... ids)voidElasticSearchEngine. deleteById(Collection<String> ids)voidESDeleter. deleteByIds(Collection<String> ids)voidElasticSearchEngine. deleteByQuery(String query)voidESDeleter. deleteByQuery(String queryString)intElasticSearchEngine. documentCount()voidESFlusher. flush()voidESFlusher. flush(boolean wait)voidElasticSearchEngine. ping()SearchResponseElasticSearchEngine. query(SearchQuery query)SearchResponseESQuery. query(SearchQuery query) -
Uses of SearchEngineException in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr that throw SearchEngineException Modifier and Type Method Description voidSolrSearchEngine. add(SearchInputDocument... docs)voidSolrSearchEngine. add(Collection<SearchInputDocument> docs)voidSolrSearchEngine. commit()voidSolrSearchEngine. commit(boolean wait)voidSolrSearchEngine. deleteById(String... ids)voidSolrSearchEngine. deleteById(Collection<String> ids)voidSolrSearchEngine. deleteByQuery(String query)intSolrSearchEngine. documentCount()voidSolrSearchEngine. ping()SearchResponseSolrSearchEngine. query(SearchQuery query)
-