elastic / elasticsearch-dsl-py

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

Generate types for the Elasticsearch responses #1929

Closed miguelgrinberg closed 1 month ago

miguelgrinberg commented 1 month ago

This change adds types to the search and update by query Elasticsearch response classes. Still to do are the aggregations and the Hit class, which will be added separately.