I have the following object in elastic.
Is there way to run a full text search query like: Fizz AND bar
{
"258": "Fizz buzz",
"12416": [
{
"161": 54,
"273": "text doc.txt",
"544": [
"text/plain"
],
"12290": "foo bar",
}
]
}
I've read about Runtime fields but it supports only keyword type and will work only in case of full match.