typesense_codegen 0.25.1

Types for typesense generated with openapi spec
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SearchResultHit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**highlights** | Option<[**Vec<crate::models::SearchHighlight>**]SearchHighlight.md> | (Deprecated) Contains highlighted portions of the search fields | [optional]
**highlight** | Option<[**::std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | Highlighted version of the matching document | [optional]
**document** | Option<[**::std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | Can be any key-value pair | [optional]
**text_match** | Option<**i64**> |  | [optional]
**geo_distance_meters** | Option<**::std::collections::HashMap<String, i32>**> | Can be any key-value pair | [optional]
**vector_distance** | Option<**f32**> | Distance between the query vector and matching document's vector value | [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)