elastic / elasticsearch-dsl-py

High level Python client for Elasticsearch
http://elasticsearch-dsl.readthedocs.org
Apache License 2.0
3.82k stars 800 forks source link

Support for Date nano in es7 ? #1483

Open qkoko opened 3 years ago

qkoko commented 3 years ago

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 ?

cceyda commented 3 years ago

Any progress on this?