SearchInnerHit specifies information about the highlighted text fragments of a Nested field.
Data structure
message SearchInnerHit {
optional string path = 1;
repeated SearchHit search_hits = 2;
}
Parameter | Type | Required | Description |
path | string | No | The path of the Nested field. |
search_hits | No | The content of all child rows of the Nested field. |