Skip to content

Commit

Permalink
[scenarios] number types are not analyzable
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 8, 2016
1 parent 925bbfb commit 8d0d581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
},
'id': {
'type': 'integer',
'index': 'not_analyzed',
'include_in_all': false
},
'clientip': {
Expand Down Expand Up @@ -94,8 +93,7 @@ module.exports = {
'type': 'string'
},
'lastname': {
'type': 'integer',
'index': 'not_analyzed'
'type': 'integer'
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions test/fixtures/scenarios/makelogs/makelogsIndexDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ module.exports = {
},
'id': {
'type': 'integer',
'index': 'not_analyzed',
'include_in_all': false
},
'clientip': {
Expand Down Expand Up @@ -94,8 +93,7 @@ module.exports = {
'type': 'string'
},
'lastname': {
'type': 'integer',
'index': 'not_analyzed'
'type': 'integer'
}
}
}
Expand Down

0 comments on commit 8d0d581

Please sign in to comment.