Merge branch '3.1' of https://github.com/elasticsearch/elasticsearch-js
This commit is contained in:
@ -14,7 +14,7 @@ bower install elasticsearch
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v3.1.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.1.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.1.1.tar.gz[tar.gz]
|
||||
* v3.1.3: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.1.3.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.1.3.tar.gz[tar.gz]
|
||||
|
||||
|
||||
=== Angular Build
|
||||
|
||||
@ -15,7 +15,7 @@ Params can either be URL string, or an object with the following properties
|
||||
Default ::: `"localhost"`
|
||||
|
||||
`port`::
|
||||
`Number` -- The port number to use for this host
|
||||
`Number` -- The port number to use for this host. Note the default of 9200 is only true if the params are passed as an object. If a string, then default port is evaluated based on the protocol (`80` for http, `443` for https).
|
||||
|
||||
Default ::: `9200`
|
||||
|
||||
@ -102,4 +102,4 @@ var client = new elasticsearch.Client({
|
||||
return selection;
|
||||
}
|
||||
});
|
||||
-----
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user