Modify example for pinned query (#49481)

I do not see any reason to advertise phones of specific companies.
This commit is contained in:
Florian Kelbert 2019-11-22 10:55:08 +01:00 committed by jimczi
parent ed4eecc00e
commit d444c334d7
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ GET /_search
"ids" : ["1", "4", "100"],
"organic" : {
"match":{
"description": "iphone"
"description": "brown shoes"
}
}
}
@ -33,4 +33,4 @@ GET /_search
`ids`::
An array of <<mapping-id-field, document IDs>> listed in the order they are to appear in results.
`organic`::
Any choice of query used to rank documents which will be ranked below the "pinned" document ids.
Any choice of query used to rank documents which will be ranked below the "pinned" document ids.