nayun_oh
(Nayun Oh)
April 25, 2019, 7:21am
1
I use bool should in bool must query like below.
{
"query":{
"bool":{
"must":[
{
"bool": {
"should":[
{
"match":{
"securityType":"ACCESS"
}
}
]
}
},
{
"match": {
"secuirtyEvent":"Read"
}
}
]
}
}
}
I want to know default value of minimum_should_match when I use bool should query in bool must query. Is it one?
elastock
(Guillaume Dufrenne)
April 25, 2019, 7:28am
3
I use bool should in bool must query.
"query":{
"bool":{
What ?
nayun_oh
(Nayun Oh)
April 25, 2019, 7:40am
4
I am sorry that I was writing a question.
system
(system)
Closed
May 23, 2019, 7:40am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.