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": []}}";
	

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