Java api client - range query

Hi,
I am migrating a java application from Elasticsearch high level client to java api client. There is a range query like this in the code. QueryBuilders.rangeQuery("startDate").lte(dateUtils.today())
Need to change this to java api client code.
Could someone help on this?

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