SearchInnerHit

更新时间:
复制 MD 格式

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.