Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchEngine
-
-
Uses of SearchEngine in edu.cornell.mannlib.vitro.webapp.application
Methods in edu.cornell.mannlib.vitro.webapp.application that return SearchEngine Modifier and Type Method Description SearchEngineApplicationImpl. getSearchEngine()Methods in edu.cornell.mannlib.vitro.webapp.application with parameters of type SearchEngine Modifier and Type Method Description voidApplicationImpl. setSearchEngine(SearchEngine se) -
Uses of SearchEngine in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type SearchEngine 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. -
Uses of SearchEngine in edu.cornell.mannlib.vitro.webapp.modules
Methods in edu.cornell.mannlib.vitro.webapp.modules that return SearchEngine Modifier and Type Method Description SearchEngineApplication. getSearchEngine() -
Uses of SearchEngine in edu.cornell.mannlib.vitro.webapp.searchengine
Classes in edu.cornell.mannlib.vitro.webapp.searchengine that implement SearchEngine Modifier and Type Class Description classInstrumentedSearchEngineWrapperManages the life-cycle of the SearchEngine.Methods in edu.cornell.mannlib.vitro.webapp.searchengine with parameters of type SearchEngine Modifier and Type Method Description voidInstrumentedSearchEngineWrapper. setInnerEngine(SearchEngine inner) -
Uses of SearchEngine in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.elasticsearch that implement SearchEngine Modifier and Type Class Description classElasticSearchEngineA first draft of an Elasticsearch implementation. -
Uses of SearchEngine in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.solr that implement SearchEngine Modifier and Type Class Description classSolrSearchEngineThe Solr-based implementation of SearchEngine.
-