tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

Date histogram extended bounds and hard bounds default unit are not aligned with ES API

Open fmassot opened this issue 2 years ago • 1 comments

ES API is not very clear on this but it does not expect nanoseconds.

It probably accepts milliseconds by default?

Not sure of this one.... if a format is specified, it parses the bounds according to the defined format.

fmassot avatar May 04 '23 22:05 fmassot

It's milliseconds now. Parsing from Rfc3339 is not yet supported

PSeitz avatar May 19 '23 11:05 PSeitz