79218319

Date: 2024-11-23 16:28:42
Score: 1
Natty:
Report link

you have to try the RangeQueryBuilders.

import co.elastic.clients.elasticsearch._types.query_dsl.RangeQueryBuilders;

RangeQueryBuilders.term(term -> term.field("fieldName").gte(dateToday))._toQuery();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ganesh Karunanidhi