Uses of Interface
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchResultDocument
-
-
Uses of SearchResultDocument in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return SearchResultDocument Modifier and Type Method Description SearchResultDocumentSearchResultDocumentList. get(int i)Retrieve the i'th document, starting with 0. -
Uses of SearchResultDocument in edu.cornell.mannlib.vitro.webapp.searchengine.base
Classes in edu.cornell.mannlib.vitro.webapp.searchengine.base that implement SearchResultDocument Modifier and Type Class Description classBaseSearchResultDocumentA foundation class for implementing SearchResultDocument. -
Uses of SearchResultDocument in edu.cornell.mannlib.vitro.webapp.searchengine.solr
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr that return SearchResultDocument Modifier and Type Method Description SearchResultDocumentSolrSearchResultDocumentList. get(int i)Methods in edu.cornell.mannlib.vitro.webapp.searchengine.solr that return types with arguments of type SearchResultDocument Modifier and Type Method Description Iterator<SearchResultDocument>SolrSearchResultDocumentList. iterator() -
Uses of SearchResultDocument in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type SearchResultDocument Modifier and Type Method Description static StringFormatter. getValueFromField(SearchResultDocument doc, String fieldName)
-