tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

Date detection on JSON fields

Open PSeitz opened this issue 2 years ago • 1 comments

JSON fields include type detection for numerical types on columnar (not sure about the term dictionary).

It would be nice to add date detection to it. This should probably have a list of date formats to try. Ideally it could be restricted to some paths in the JSON object, since that can be expensive.

IP Fields could be handled similar (although they are less important)

PSeitz avatar Apr 17 '23 03:04 PSeitz

When the JSON field contains timestamps, we could support date aggregation queries on it, when the user could define the precision in the aggregation API. That would be a extension of the elastic search API

PSeitz avatar May 16 '23 08:05 PSeitz