SearchInnerHit は、Nested フィールドのハイライトされたテキストフラグメントに関する情報を指定します。
データ構造
message SearchInnerHit {
optional string path = 1;
repeated SearchHit search_hits = 2;
}
|
パラメーター |
型 |
必須 |
説明 |
|
path |
string |
いいえ |
Nested フィールドのパスです。 |
|
search_hits |
いいえ |
Nested フィールドのすべての子行の内容です。 |