Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Oct 29, 2016
1 parent aec1e93 commit 826f578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/connections/elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ connection.prototype.getAll = function(index, query, fields, chunkSize, dataCall
};

if(fields !== '*' && fields.length > 0){
payload.fields = fields;
payload._source = fields;
}

self.book.logger.log(' ' + self.name + '/' + self.type + ' >> ' + JSON.stringify(payload), 'debug');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "empujar",
"version": "0.0.14",
"version": "0.1.0",
"description": "When you need to push data around, you push it. Push it real good. An ETL and Operations tool.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"async": "^2.1.1",
"aws-sdk": "^2.6.8",
"dateformat": "^1.0.11",
"elasticsearch": "^11.0.1",
"elasticsearch": "^12.0.1",
"filesize": "^3.1.4",
"ftp": "^0.3.10",
"glob": "^7.1.1",
Expand Down

0 comments on commit 826f578

Please sign in to comment.