We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f4864 commit 085d519Copy full SHA for 085d519
utils/templates/response.__init__.py.tpl
@@ -44,7 +44,7 @@ __all__ = ["Response", "AggResponse", "UpdateByQueryResponse", "Hit", "HitMeta"]
44
45
46
class Response(AttrDict[Any], Generic[_R]):
47
- """An Elasticsearch response.
+ """An Elasticsearch _search response.
48
49
{% for arg in response.args %}
50
{% for line in arg.doc %}
0 commit comments