SearchInnerHit数据类型定义,表示嵌套类型字段的高亮分片信息。
数据结构
message SearchInnerHit {
optional string path = 1;
repeated SearchHit search_hits = 2;
}
名称 | 类型 | 是否必选 | 描述 |
path | string | 否 | 嵌套类型字段的路径。 |
search_hits | 否 | 嵌套类型字段下所有数据子行的内容。 |
文档内容是否对您有帮助?
SearchInnerHit数据类型定义,表示嵌套类型字段的高亮分片信息。
message SearchInnerHit {
optional string path = 1;
repeated SearchHit search_hits = 2;
}
名称 | 类型 | 是否必选 | 描述 |
path | string | 否 | 嵌套类型字段的路径。 |
search_hits | 否 | 嵌套类型字段下所有数据子行的内容。 |