Merge pull request #315 from dvillega/bug/spelling-correction
Minor spelling corrections for documentation
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
Connection Layer API
|
Connection Layer API
|
||||||
====================
|
====================
|
||||||
|
|
||||||
All of the classes reponsible for handling the connection to the Elasticsearch
|
All of the classes responsible for handling the connection to the Elasticsearch
|
||||||
cluster. The default subclasses used can be overriden by passing parameters to the
|
cluster. The default subclasses used can be overriden by passing parameters to the
|
||||||
:class:`~elasticsearch.Elasticsearch` class. All of the arguments to the client
|
:class:`~elasticsearch.Elasticsearch` class. All of the arguments to the client
|
||||||
will be passed on to :class:`~elasticsearch.Transport`,
|
will be passed on to :class:`~elasticsearch.Transport`,
|
||||||
|
|||||||
+2
-2
@@ -121,7 +121,7 @@ If a connection to a node fails due to connection issues (raises
|
|||||||
will be placed on hold for ``dead_timeout`` seconds and the request will be
|
will be placed on hold for ``dead_timeout`` seconds and the request will be
|
||||||
retried on another node. If a connection fails multiple times in a row the
|
retried on another node. If a connection fails multiple times in a row the
|
||||||
timeout will get progressively larger to avoid hitting a node that's, by all
|
timeout will get progressively larger to avoid hitting a node that's, by all
|
||||||
indication, down. If no live connection is availible, the connection that has
|
indication, down. If no live connection is available, the connection that has
|
||||||
the smallest timeout will be used.
|
the smallest timeout will be used.
|
||||||
|
|
||||||
By default retries are not triggered by a timeout
|
By default retries are not triggered by a timeout
|
||||||
@@ -211,7 +211,7 @@ could come into play.
|
|||||||
|
|
||||||
When using an http load balancer you cannot use the :ref:`sniffing`
|
When using an http load balancer you cannot use the :ref:`sniffing`
|
||||||
functionality - the cluster would supply the client with IP addresses to
|
functionality - the cluster would supply the client with IP addresses to
|
||||||
directly cnnect to the cluster, circumventing the load balancer. Depending on
|
directly connect to the cluster, circumventing the load balancer. Depending on
|
||||||
your configuration this might be something you don't want or break completely.
|
your configuration this might be something you don't want or break completely.
|
||||||
|
|
||||||
In some environments (notably on Google App Engine) your http requests might be
|
In some environments (notably on Google App Engine) your http requests might be
|
||||||
|
|||||||
Reference in New Issue
Block a user