elasticsearch-dsl-py
elasticsearch-dsl-py copied to clipboard
Support for Date nano in es7 ?
As of elasticsearch 7.0, there is a new date_nanos
field available.
https://www.elastic.co/guide/en/elasticsearch/reference/7.0/date_nanos.html
It seems that there is no support at this moment for this field with this library.
Do you plan on adding support for this field in the near future ? Otherwise, could you maybe kindly point me toward a way of using this new field type as I did not find any way of achieving that ?
Any progress on this?