[scenarioManager] do not mix index:analyzed and doc_values:true

This commit is contained in:
spalger 2016-02-08 14:06:50 -07:00
parent 10e97a4d75
commit 728fbdbc71
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@ module.exports = {
'type': 'string',
'index': 'analyzed',
'omit_norms': true,
'doc_values': true,
'fields': {
'raw': {
'index': 'not_analyzed',

View file

@ -21,7 +21,6 @@ module.exports = {
'mapping': {
'type': 'string',
'index': 'analyzed',
'doc_values': true,
'omit_norms': true,
'fields': {
'raw': {