SearchInnerHit spécifie les informations relatives aux fragments de texte en surbrillance d'un champ Nested.
Structure des données
message SearchInnerHit {
optional string path = 1;
repeated SearchHit search_hits = 2;
}
|
Paramètre |
Type |
Obligatoire |
Description |
|
path |
string |
Non |
Chemin du champ Nested. |
|
search_hits |
Non |
Contenu de toutes les lignes enfants du champ Nested. |