When running this queries:
{
"query_string" : {
"query" : "text",
"fields": ["field1", "field2"]
}
}
-
{
"multi_match" : {
"query" : "text",
"fields": ["field1", "field2"]
}
}
What is the difference? When to use one and when to use the other?