Hi support,
I run this query, but get error:too_many_clauses: maxClauseCount is set to 1024, anyone help? thanks
{"query":{
"multi_match" : {
"query" : "e2",
"fields" : ["id", "name" ],
"type" : "phrase_prefix",
"max_expansions" : 50000,
"lenient" : true
}
}}