All Products
Search
Document Center

Tablestore:SearchInnerHit

Last Updated:Feb 06, 2025

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

SearchHit

No

The content of all child rows of the Nested field.