Is it possible to call REST API call to elastic using JAVA

Need to call this type of query via REST API

	String query = "{"bool": {"must": [{"match_phrase": {"countryName": "INDIA"}}], "must_not": [], "should": []}}";