[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': { 'id': {
'type': 'integer', 'type': 'integer',
'index': 'not_analyzed',
'include_in_all': false 'include_in_all': false
}, },
'clientip': { 'clientip': {
@ -94,8 +93,7 @@ module.exports = {
'type': 'string' 'type': 'string'
}, },
'lastname': { 'lastname': {
'type': 'integer', 'type': 'integer'
'index': 'not_analyzed'
} }
} }
} }

View file

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