That didn't help anyone
This commit is contained in:
14
README.md
14
README.md
@ -9,7 +9,7 @@ The official low-level Elasticsearch client for Node.js and the browser.
|
||||
## Features
|
||||
|
||||
- One-to-one mapping with REST API and the other official clients
|
||||
- Generalized, pluggable architecture. See [Extending Core Components](http://elasticsearch.github.io/elasticsearch-js/index.html#extending)
|
||||
- Generalized, pluggable architecture. See [Extending Core Components](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/extending_core_components.html)
|
||||
- Configurable, automatic discovery of cluster nodes
|
||||
- Persistent, Keep-Alive connections
|
||||
- Load balancing (with pluggable selection strategy) across all available nodes.
|
||||
@ -33,12 +33,12 @@ We also provide builds of the elasticsearch.js client for use in the browser. If
|
||||
- master: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-master.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-master.tar.gz)
|
||||
|
||||
## Docs
|
||||
- [Quick Start](http://elasticsearch.github.io/elasticsearch-js/index.html#quick-start)
|
||||
- [API](http://elasticsearch.github.io/elasticsearch-js/api.html)
|
||||
- [Configuration](http://elasticsearch.github.io/elasticsearch-js/index.html#configuration)
|
||||
- [Development/Contributing](http://elasticsearch.github.io/elasticsearch-js/index.html#dev)
|
||||
- [Extending Core Components](http://elasticsearch.github.io/elasticsearch-js/index.html#extending)
|
||||
- [Logging](http://elasticsearch.github.io/elasticsearch-js/index.html#logging)
|
||||
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
||||
- [API](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-reference-0-90.html)
|
||||
- [Configuration](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/api-conventions.html)
|
||||
- [Development/Contributing](https://github.com/elasticsearch/elasticsearch-js/blob/master/CONTRIBUTING.md)
|
||||
- [Extending Core Components](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/extending_core_components.html)
|
||||
- [Logging](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/logging.html)
|
||||
|
||||
## Supported Elasticsearch Versions
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"name": "elasticsearch",
|
||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||
"main": "src/elasticsearch.js",
|
||||
"homepage": "http://elasticsearch.github.io/elasticsearch-js/",
|
||||
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||
"version": "1.2.0",
|
||||
"browser": {
|
||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||
@ -48,7 +48,7 @@
|
||||
"expect.js": "~0.2.0",
|
||||
"aliasify": "~1.2.4",
|
||||
"express": "~3.4.7",
|
||||
"grunt-saucelabs": "~4.1.2"
|
||||
"grunt-saucelabs": "git://github.com/spenceralger/grunt-saucelabs.git"
|
||||
},
|
||||
"license": "Apache 2.0",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user