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
17
# SearchHighlight

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | Option<**String**> |  | [optional]
**snippet** | Option<**String**> | Present only for (non-array) string fields | [optional]
**snippets** | Option<**Vec<String>**> | Present only for (array) string[] fields | [optional]
**value** | Option<**String**> | Full field value with highlighting, present only for (non-array) string fields | [optional]
**values** | Option<**Vec<String>**> | Full field value with highlighting, present only for (array) string[] fields | [optional]
**indices** | Option<**Vec<i32>**> | The indices property will be present only for string[] fields and will contain the corresponding indices of the snippets in the search field | [optional]
**matched_tokens** | Option<[**Vec<serde_json::Value>**]serde_json::Value.md> |  | [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)