SearchItemPaged Class

Inheritance
SearchItemPaged

Constructor

SearchItemPaged(*args, **kwargs)

Methods

get_count

Return the count of results if include_total_count was set for the query.

get_coverage

Return the covereage percentage, if minimum_coverage was specificied for the query.

get_facets

Return any facet results if faceting was requested.

get_count

Return the count of results if include_total_count was set for the query.

get_count() -> float

get_coverage

Return the covereage percentage, if minimum_coverage was specificied for the query.

get_coverage() -> float

get_facets

Return any facet results if faceting was requested.

get_facets() -> Union[dict, None]