From cdd240dc59b6ce31ec5087fbc403702e832a31f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Thu, 8 Jan 2015 17:10:34 +0100 Subject: [PATCH] Removing duplicit `id` documentation. Fixes #177, thanks houqp! --- elasticsearch/client/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 03d48549e..d6cf02cdd 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -209,10 +209,9 @@ def create(self, index, doc_type, body, id=None, params=None): :arg index: The name of the index :arg doc_type: The type of the document - :arg id: Document ID :arg body: The document - :arg consistency: Explicit write consistency setting for the operation :arg id: Specific document ID (when the POST method is used) + :arg consistency: Explicit write consistency setting for the operation :arg parent: ID of the parent document :arg percolate: Percolator queries to execute while indexing the document :arg refresh: Refresh the index after performing the operation