Merge branch '2.4'

Conflicts:
	scripts/_utils.sh
This commit is contained in:
Spencer Alger
2014-10-01 08:57:55 -07:00
5 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@ client.search({
q: 'title:test'
}, function getMoreUntilDone(error, response) {
// collect the title from each response
response.hits.hists.forEach(function (hit) {
response.hits.hits.forEach(function (hit) {
allTitles.push(hit.fields.title);
});

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v2.4.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.0.tar.gz[tar.gz]
* v2.4.3: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.3.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.3.tar.gz[tar.gz]
=== Angular Build