Typesense_SearchResponseHitHighlight
No description
type Typesense_SearchResponseHitHighlight {
field: String!
snippet: String
value: String
snippets: [String]
values: [String]
indices: [Int]
matched_tokens: [String]!
}
Fields
Typesense_SearchResponseHitHighlight.field ● String! non-null scalar
Typesense_SearchResponseHitHighlight.snippet ● String scalar
Present only for (non-array) string fields
Typesense_SearchResponseHitHighlight.value ● String scalar
Full field value with highlighting, present only for (non-array) string fields
Typesense_SearchResponseHitHighlight.snippets ● [String] list scalar
Present only for (array) string[] fields
Typesense_SearchResponseHitHighlight.values ● [String] list scalar
Full field value with highlighting, present only for (array) string[] fields
Typesense_SearchResponseHitHighlight.indices ● [Int] list scalar
The indices property will be present only for string[] fields and will contain the corresponding indices of the snippets in the search field
Typesense_SearchResponseHitHighlight.matched_tokens ● [String]! non-null scalar
Member Of
Typesense_SearchResponseHit object