InnerHits は、Nested フィールドのサブフィールドの設定を指定します。
データ構造
message InnerHits {
optional Sort sort = 1;
optional int32 offset = 2;
optional int32 limit = 3;
optional Highlight highlight = 4;
}パラメーター | 型 | 必須 | 説明 |
sort | int64 | いいえ | Nested フィールドの返されるサブフィールドのソート規則。 |
offset | int32 | いいえ | Nested フィールドに複数の子行が含まれている場合に返される子行の開始位置。 |
limit | int32 | いいえ | Nested フィールドに複数の子行が含まれている場合に返される子行の最大数。 デフォルト値:3。 |
highlight | いいえ | Nested フィールドのサブフィールドのハイライトパラメーター設定。 |