全部產品
Search
文件中心

Tablestore:SearchInnerHit

更新時間:May 01, 2026

SearchInnerHit 定義了 Nested 類型欄位的高亮文本片段資訊。

資料結構

message SearchInnerHit {
    optional string path = 1;
    repeated SearchHit search_hits = 2;
}

名稱

類型

是否必選

描述

path

string

Nested 類型欄位的路徑。

search_hits

SearchHit

Nested 類型欄位下所有子行的內容。