We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d77b08 commit 4ffa06dCopy full SHA for 4ffa06d
README.md
@@ -299,12 +299,12 @@ GET /test/person/_search
299
"fields": [],
300
"query": {
301
"match": {
302
- "file.file": "king queen"
+ "file": "king queen"
303
}
304
},
305
"highlight": {
306
"fields": {
307
- "file.file": {
+ "file": {
308
309
310
@@ -332,7 +332,7 @@ It gives back:
332
"_id": "1",
333
"_score": 0.13561106,
334
335
- "file.file": [
+ "file": [
336
"\"God Save the <em>Queen</em>\" (alternatively \"God Save the <em>King</em>\"\n"
337
]
338
0 commit comments