Uses of Interface
edu.cornell.mannlib.vitro.webapp.utils.searchengine.SearchResponseFilter
-
Packages that use SearchResponseFilter Package Description edu.cornell.mannlib.vitro.webapp.utils.searchengine -
-
Uses of SearchResponseFilter in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type SearchResponseFilter Modifier and Type Method Description static List<Map<String,String>>SearchQueryUtils. parseAndFilterResponse(SearchResponse queryResponse, FieldMap fieldMap, SearchResponseFilter filter, int maxNumberOfResults)Parse a response into a list of maps, accepting only those maps that pass a filter, and only up to a maximum number of records.List<Map<String,String>>SearchResultsParser. parseAndFilterResponse(SearchResponseFilter filter, int maxNumberOfResults)Parse the response, accepting only those maps that are acceptable to the filter, until we reach the maximum desired number of results (or until we have parsed the entire response).
-