Forming a request to Elasticsearch

How to generate a query for Elasticsearch with parameters.for example
> GET /bank/_search

{
  "query": { "match_all": {} }
}

How information is added in parentheses to the query. Through what it is possible to check a conclusion of request in Windows as I understand it is necessary to use curl but it displays not that information.
Is it possible at all to analyze elasticsearch parameters for the JAVA program

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.