Query Dsl Leaf Clause
curl -XPOST 'localhost:9200/_search?pretty=true' \ -H 'content-type:application/json' \ -d '{ "query": { "match_all": {} } }'curl -XPOST 'localhost:9200/_search?pretty=true' \ -H 'content-type:application/json' \ -d '{ "query": { "match": { "streetName": "name" } } }'
Last updated