Hi, I am trying to use the json range facet with a tdate field. I tried the following but get an error. Any suggestions on how to fix the following error /examples for date range facets.
json.facet={daterange : {type : range, field : datefield, start :"NOW-10DAYS", end : "NOW/DAY", gap : "+1DAY" } } msg": "Can't add gap 1DAY to value Fri Jun 17 15:49:36 UTC 2016 for field: datefield", "code": 400 -- Thanks Jay