From 52f8fd86ace101ed61a31ff0ae3810779d5d2ef7 Mon Sep 17 00:00:00 2001 From: keith pinto Date: Thu, 9 Feb 2017 04:57:42 +0530 Subject: [PATCH] fix order of arguments in documentation for client's get method --- elasticsearch/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 94aa9a61..6886d688 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -333,9 +333,9 @@ class Elasticsearch(object): ``_ :arg index: The name of the index + :arg id: The document ID :arg doc_type: The type of the document (use `_all` to fetch the first document matching the ID across all types) - :arg id: The document ID :arg _source: True or false to return the _source field or not, or a list of fields to return :arg _source_exclude: A list of fields to exclude from the returned