typesense_codegen 0.30.0

Types for typesense generated with openapi spec
Documentation
# MultiSearchResultItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**facet_counts** | Option<[**Vec<models::FacetCounts>**]FacetCounts.md> |  | [optional]
**found** | Option<**i32**> | The number of documents found | [optional]
**found_docs** | Option<**i32**> |  | [optional]
**search_time_ms** | Option<**i32**> | The number of milliseconds the search took | [optional]
**out_of** | Option<**i32**> | The total number of documents in the collection | [optional]
**search_cutoff** | Option<**bool**> | Whether the search was cut off | [optional]
**page** | Option<**i32**> | The search result page number | [optional]
**grouped_hits** | Option<[**Vec<models::SearchGroupedHit>**]SearchGroupedHit.md> |  | [optional]
**hits** | Option<[**Vec<models::SearchResultHit>**]SearchResultHit.md> | The documents that matched the search query | [optional]
**request_params** | Option<[**models::SearchRequestParams**]SearchRequestParams.md> |  | [optional]
**conversation** | Option<[**models::SearchResultConversation**]SearchResultConversation.md> |  | [optional]
**union_request_params** | Option<[**Vec<models::SearchRequestParams>**]SearchRequestParams.md> | Returned only for union query response. | [optional]
**metadata** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | Custom JSON object that can be returned in the search response | [optional]
**code** | Option<**i64**> | HTTP error code | [optional]
**error** | Option<**String**> | Error description | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)