SearchResponse
Properties
| Name |
Type |
Description |
Notes |
| results |
Vec |
Search hits, ordered by relevance |
|
| facet_counts |
Option<std::collections::HashMap>> |
Per-facet-field value counts over the search candidate pool. Only present when facets was True in the request. Keys are metadata field names; inner keys are stringified facet values; inner values are candidate counts. |
[optional] |
| query_time_ms |
f64 |
Server-side time to execute this search, in milliseconds |
|
[Back to Model list] [Back to API list] [Back to README]