Merge pull request #266 from dropfen/master

Get rid of the number of the beast
This commit is contained in:
Spencer
2015-09-10 11:18:37 -07:00
12 changed files with 12 additions and 12 deletions

View File

@ -1923,7 +1923,7 @@ client.update({
client.update({
index: 'myindex',
type: 'mytype',
id: '666',
id: '777',
body: {
script: 'ctx._source.counter += 1',
upsert: {