# SearchResultHit ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **document** | Option<[**std::collections::HashMap**](serde_json::Value.md)> | Can be any key-value pair | [optional] **geo_distance_meters** | Option<**std::collections::HashMap**> | Can be any key-value pair | [optional] **highlight** | Option<[**std::collections::HashMap**](serde_json::Value.md)> | Highlighted version of the matching document | [optional] **highlights** | Option<[**Vec**](SearchHighlight.md)> | (Deprecated) Contains highlighted portions of the search fields | [optional] **text_match** | Option<**i64**> | | [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)