parent
519a9c469d
commit
401438819e
|
@ -11,7 +11,7 @@ The following is an example of the search request body:
|
||||||
GET /_search
|
GET /_search
|
||||||
{
|
{
|
||||||
"query" : {
|
"query" : {
|
||||||
"match": { "user": "kimchy" }
|
"match": { "content": "kimchy" }
|
||||||
},
|
},
|
||||||
"highlight" : {
|
"highlight" : {
|
||||||
"fields" : {
|
"fields" : {
|
||||||
|
|
Loading…
Reference in New Issue