|
@@ -29,7 +29,7 @@ fine for downloading and playing with Elasticsearch, and everyday
|
|
|
development but it's useless for production systems. To form a cluster,
|
|
|
Elasticsearch instances must be reachable via transport communication so
|
|
|
they must bind transport to an external interface. Thus, we consider an
|
|
|
-Elaticsearch instance to be in development mode if it does not bind
|
|
|
+Elasticsearch instance to be in development mode if it does not bind
|
|
|
transport to an external interface (the default), and is otherwise in
|
|
|
production mode if it does bind transport to an external interface. Note
|
|
|
that HTTP can be configured independently of transport via
|