SearchResult {HCABrowser} | R Documentation |
A glass generated after parsing a search query with the method parseToSearchResults. Contains a list of all information gleaned from the search query.
SearchResult(es_query, results, first_hit, last_hit, total_hits)
es_query |
A quosure of the current es_query. |
results |
A list of all result from the qeury. |
first_hit |
numeric(1) the first bundle currently shown. |
last_hit |
numeric(1) the last bundle currently shown. |
total_hits |
numeric(1) the number of bundles that can be shown. |
A Search Result object
sr <- new("SearchResult") sr