AsyncSearchItemPaged Class
- Inheritance
-
AsyncSearchItemPaged
Constructor
AsyncSearchItemPaged(*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.
async get_count() -> float
get_coverage
Return the covereage percentage, if minimum_coverage was specificied for the query.
async get_coverage() -> float
get_facets
Return any facet results if faceting was requested.
async get_facets() -> Optional[dict]
Feedback
Submit and view feedback for