Hi
I am new to ES. And this is my first week.
I have a requirement to search with prefix inside this multi_match query. I am stuck Any any help will be appreciated.
{
"query": {
"multi_match": {
"query":
"searchword" ,
"type": "cross_fields" ,
"operator" : "or" ,
"fields" : ["field1", "field2", "field3", "field4"]
}
}
}