mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 08:25:26 +00:00
Indentation error on example of dist_max (#22578)
There was a problem with the indentation on the example of the `dist_max` query
This commit is contained in:
parent
8a0393f718
commit
17342c403f
@ -32,15 +32,15 @@ GET /_search
|
|||||||
"query": {
|
"query": {
|
||||||
"dis_max" : {
|
"dis_max" : {
|
||||||
"tie_breaker" : 0.7,
|
"tie_breaker" : 0.7,
|
||||||
"boost" : 1.2,
|
"boost" : 1.2,
|
||||||
"queries" : [
|
"queries" : [
|
||||||
{
|
{
|
||||||
"term" : { "age" : 34 }
|
"term" : { "age" : 34 }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"term" : { "age" : 35 }
|
"term" : { "age" : 35 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user