xxxxxxxxxx
{ "exists" : { "field" : "title" }}
xxxxxxxxxx
Elasticsearch Term Query : { "term": { "tag": "math" }}{ "terms": { "tag": ["math", "statistics"] }}
xxxxxxxxxx
{ "multi_match": { "query": "probability theory", "fields": ["title", "body"] }}