Merge pull request #266 from dropfen/master
Get rid of the number of the beast
This commit is contained in:
@ -38,7 +38,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -2066,7 +2066,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -1371,7 +1371,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -1642,7 +1642,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -1681,7 +1681,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -1707,7 +1707,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -1853,7 +1853,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -2017,7 +2017,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -2021,7 +2021,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -2066,7 +2066,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -1923,7 +1923,7 @@ client.update({
|
||||
client.update({
|
||||
index: 'myindex',
|
||||
type: 'mytype',
|
||||
id: '666',
|
||||
id: '777',
|
||||
body: {
|
||||
script: 'ctx._source.counter += 1',
|
||||
upsert: {
|
||||
|
||||
@ -21,7 +21,7 @@ describe('Utils', function () {
|
||||
is: [['im'], ['usefull']],
|
||||
},
|
||||
Finite: {
|
||||
is: [11123, 666],
|
||||
is: [11123, 777],
|
||||
not: Infinity
|
||||
},
|
||||
Function: {
|
||||
|
||||
Reference in New Issue
Block a user