elastic / elasticsearch-dsl-py

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

Support for `stored_fields` queries #1934

Open seagrine opened 3 hours ago

seagrine commented 3 hours ago

When I tried to construct astored_fields query I found that this library does not have an API for it. Are there any workarounds available? Are there plans to add support for stored_fields queries?

seagrine commented 3 hours ago

Actually maybe I can use SearchBase.extra({"stored_fields": [...]})