Merge branch 'typo-durring'
This commit is contained in:
@ -36,7 +36,7 @@ bower install elasticsearch
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- v1.5.6: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.tar.gz)
|
- v1.5.7: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.tar.gz)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
||||||
|
|||||||
@ -29,7 +29,7 @@ bower install elasticsearch
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
==== Download
|
==== Download
|
||||||
* v1.5.6: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.6.tar.gz[tar.gz]
|
* v1.5.7: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-1.5.7.tar.gz[tar.gz]
|
||||||
|
|
||||||
|
|
||||||
==== Angular Build (elasticsearch.angular.js)
|
==== Angular Build (elasticsearch.angular.js)
|
||||||
|
|||||||
@ -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.
|
`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"`
|
Default ::: `"0.90"`
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||||
"main": "src/elasticsearch.js",
|
"main": "src/elasticsearch.js",
|
||||||
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||||
"version": "1.5.6",
|
"version": "1.5.7",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||||
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user