mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
parent
519a9c469d
commit
401438819e
@ -11,7 +11,7 @@ The following is an example of the search request body:
|
||||
GET /_search
|
||||
{
|
||||
"query" : {
|
||||
"match": { "user": "kimchy" }
|
||||
"match": { "content": "kimchy" }
|
||||
},
|
||||
"highlight" : {
|
||||
"fields" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user