All Products
Search
Document Center

Tablestore:SearchInnerHit

Last Updated:May 01, 2026

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

SearchHit

No

The content of all child rows of the Nested field.