elasticsearch dsl api code example
Example 1: what is query dsl in aws elasticsearch
{ "multi_match": { "query": "probability theory", "fields": ["title", "body"] }}
Example 2: what is query dsl in aws elasticsearch
Elasticsearch Term Query : { "term": { "tag": "math" }}{ "terms": { "tag": ["math", "statistics"] }}