SearchResult {HCABrowser}R Documentation

The SearchResults Class

Description

A glass generated after parsing a search query with the method parseToSearchResults. Contains a list of all information gleaned from the search query.

Usage

SearchResult(es_query, results, first_hit, last_hit, total_hits)

Arguments

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.

Value

A Search Result object

Examples

 sr <- new("SearchResult")
 sr


[Package HCABrowser version 1.6.0 Index]