mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
parent
174b4bacbe
commit
a66be6cfb9
@ -113,8 +113,8 @@ which is roughly equivalent to:
|
|||||||
{ "term": { "body": "cartoon"}}
|
{ "term": { "body": "cartoon"}}
|
||||||
],
|
],
|
||||||
"should": [
|
"should": [
|
||||||
{ "term": { "body": "the"}},
|
{ "term": { "body": "the"}}
|
||||||
{ "term": { "body": "as"}},
|
{ "term": { "body": "as"}}
|
||||||
{ "term": { "body": "a"}}
|
{ "term": { "body": "a"}}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -156,8 +156,8 @@ which is roughly equivalent to:
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"should": [
|
"should": [
|
||||||
{ "term": { "body": "the"}},
|
{ "term": { "body": "the"}}
|
||||||
{ "term": { "body": "as"}},
|
{ "term": { "body": "as"}}
|
||||||
{ "term": { "body": "a"}}
|
{ "term": { "body": "a"}}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -169,7 +169,7 @@ minimum_should_match
|
|||||||
A different
|
A different
|
||||||
<<query-dsl-minimum-should-match,`minimum_should_match`>>
|
<<query-dsl-minimum-should-match,`minimum_should_match`>>
|
||||||
can be applied for low and high frequency terms with the additional
|
can be applied for low and high frequency terms with the additional
|
||||||
`low_freq` and `high_freq` parameters Here is an example when providing
|
`low_freq` and `high_freq` parameters. Here is an example when providing
|
||||||
additional parameters (note the change in structure):
|
additional parameters (note the change in structure):
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user