First thing I'd do is escape the plus. It's probably being interpreted as a space.
Best, Erick On Mon, Jun 27, 2016 at 9:24 AM, Jay Potharaju <jspothar...@gmail.com> wrote: > 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