Removing non-ascii quote
This commit is contained in:
@@ -413,7 +413,7 @@ class Elasticsearch(object):
|
|||||||
:arg consistency: Explicit write consistency setting for the operation,
|
:arg consistency: Explicit write consistency setting for the operation,
|
||||||
valid choices are: 'one', 'quorum', 'all'
|
valid choices are: 'one', 'quorum', 'all'
|
||||||
:arg detect_noop: Specifying as true will cause Elasticsearch to check
|
:arg detect_noop: Specifying as true will cause Elasticsearch to check
|
||||||
if there are changes and, if there aren’t, turn the update request
|
if there are changes and, if there aren't, turn the update request
|
||||||
into a noop.
|
into a noop.
|
||||||
:arg fields: A comma-separated list of fields to return in the response
|
:arg fields: A comma-separated list of fields to return in the response
|
||||||
:arg lang: The script language (default: groovy)
|
:arg lang: The script language (default: groovy)
|
||||||
|
|||||||
Reference in New Issue
Block a user