Hello everyone , 
 i am also trying to do something like this:
my intended query is like this:
select from range (dateA to dateB);


AndFilterBuilder myFilters = FilterBuilders.andFilter();
myFilters.add(FilterBuilders.rangeFilter("dateFormatted").gte(dateDebut).lte(dateFin));
 


howeve this returns to nothing:
the values dateDebut and dateFin are in the following format:
yyyy/MM/dd


and the field *dateFormatted* is in the following format:


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/2b014627-03d6-4cb6-abd2-a2780aa15e0d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to