Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.searchengine.FieldMap
-
Packages that use FieldMap Package Description edu.cornell.mannlib.vitro.webapp.utils.searchengine -
-
Uses of FieldMap in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine that return FieldMap Modifier and Type Method Description static FieldMapSearchQueryUtils. fieldMap()Create a builder object that can assemble a map of search result field names to JSON field names.FieldMapFieldMap. put(String searchResultFieldName, String jsonFieldName)Add a row to the mapMethods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type FieldMap 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.static List<Map<String,String>>SearchQueryUtils. parseResponse(SearchResponse queryResponse, FieldMap fieldMap)Parse a response into a list of maps, one map for each document.Constructors in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type FieldMap Constructor Description SearchResultsParser(SearchResponse queryResponse, FieldMap fieldMap)
-