I want to create Elasticsearch query by myself and I looking for a package which will validate the query parameters (By the query type).
for example:
GET /_search?analyze_wildcard=true { //RANDOM BOD } - I'll get true
and for:
GET /_search?INVALID_PARAMETER=true { //RANDOM BOD } - I'll get false