parent
6d77b085eb
commit
4ffa06d773
|
@ -299,12 +299,12 @@ GET /test/person/_search
|
||||||
"fields": [],
|
"fields": [],
|
||||||
"query": {
|
"query": {
|
||||||
"match": {
|
"match": {
|
||||||
"file.file": "king queen"
|
"file": "king queen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"fields": {
|
"fields": {
|
||||||
"file.file": {
|
"file": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -332,7 +332,7 @@ It gives back:
|
||||||
"_id": "1",
|
"_id": "1",
|
||||||
"_score": 0.13561106,
|
"_score": 0.13561106,
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"file.file": [
|
"file": [
|
||||||
"\"God Save the <em>Queen</em>\" (alternatively \"God Save the <em>King</em>\"\n"
|
"\"God Save the <em>Queen</em>\" (alternatively \"God Save the <em>King</em>\"\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue