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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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: {

View File

@ -21,7 +21,7 @@ describe('Utils', function () {
is: [['im'], ['usefull']],
},
Finite: {
is: [11123, 666],
is: [11123, 777],
not: Infinity
},
Function: {