Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchResultDocumentList
-
-
Uses of SearchResultDocumentList in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return SearchResultDocumentList Modifier and Type Method Description SearchResultDocumentListSearchResponse. getResults()May return an empty list, but never null. -
Uses of SearchResultDocumentList in edu.cornell.mannlib.vitro.webapp.searchengine.base
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base that return SearchResultDocumentList Modifier and Type Method Description SearchResultDocumentListBaseSearchResponse. getResults()Constructors in edu.cornell.mannlib.vitro.webapp.searchengine.base with parameters of type SearchResultDocumentList Constructor Description BaseSearchResponse(Map<String,Map<String,List<String>>> highlighting, Map<String,SearchFacetField> facetFields, SearchResultDocumentList results) -
Uses of SearchResultDocumentList in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.solr that implement SearchResultDocumentList Modifier and Type Class Description classSolrSearchResultDocumentListA Solr-based implementation of SearchResultDocumentList.
-