[scenarios] number types are not analyzable

This commit is contained in:
spalger 2016-02-08 12:38:03 -07:00
parent 925bbfb45a
commit 8d0d581577
2 changed files with 2 additions and 6 deletions

View file

@ -44,7 +44,6 @@ module.exports = {
},
'id': {
'type': 'integer',
'index': 'not_analyzed',
'include_in_all': false
},
'clientip': {
@ -94,8 +93,7 @@ module.exports = {
'type': 'string'
},
'lastname': {
'type': 'integer',
'index': 'not_analyzed'
'type': 'integer'
}
}
}

View file

@ -44,7 +44,6 @@ module.exports = {
},
'id': {
'type': 'integer',
'index': 'not_analyzed',
'include_in_all': false
},
'clientip': {
@ -94,8 +93,7 @@ module.exports = {
'type': 'string'
},
'lastname': {
'type': 'integer',
'index': 'not_analyzed'
'type': 'integer'
}
}
}