May 2017
Beginner to intermediate
596 pages
15h 2m
English
The following are some of the important queries showing off Query DSL:
{ “match_all”: {}}
{ “match”: { “field_name”: “phrase_which_has_to_be_searched” }}
{ “multi_match”: { “query”: “phrase_which_has_to_be_searched”, “fields”: [ “field1”, “field2” ] }}