SearchInnerHit menentukan informasi mengenai fragmen teks yang disorot dari bidang Nested.
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. |