Don't handle version conflicts

This commit is contained in:
Rashid Khan 2014-04-15 10:20:00 -07:00
parent 38d239042d
commit 571e5af0ad

View file

@ -55,7 +55,7 @@ define(function (require) {
* @return {[type]} [description]
*/
DocSource.prototype.doIndex = function (body) {
return this._sendToEs(this._courier, 'index', true, body);
return this._sendToEs(this._courier, 'index', false, body);
};
/*****