This commit is contained in:
Christoph Neuroth
2014-02-17 13:26:07 +01:00
parent d4eedecf08
commit d6d641d936

View File

@ -45,7 +45,7 @@ Default in Node:::
`apiVersion`[[config-api-version]]:: `String` -- Change the API that they client provides, specify the major version of the Elasticsearch nodes you will be connecting to.
+
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used durring development. It is highly recommended that you set this parameter in all code that is headed to production.
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production.
Default ::: `"0.90"`
@ -266,4 +266,4 @@ var client = new elasticsearch.Client({
}, []);
}
})
-----
-----