| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.utils.searchengine |
| Modifier and Type | Method and 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).
|
Copyright © 2022. All rights reserved.