mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[scenarioManager] do not mix index:analyzed and doc_values:true
This commit is contained in:
parent
10e97a4d75
commit
728fbdbc71
2 changed files with 0 additions and 2 deletions
|
@ -22,7 +22,6 @@ module.exports = {
|
|||
'type': 'string',
|
||||
'index': 'analyzed',
|
||||
'omit_norms': true,
|
||||
'doc_values': true,
|
||||
'fields': {
|
||||
'raw': {
|
||||
'index': 'not_analyzed',
|
||||
|
|
|
@ -21,7 +21,6 @@ module.exports = {
|
|||
'mapping': {
|
||||
'type': 'string',
|
||||
'index': 'analyzed',
|
||||
'doc_values': true,
|
||||
'omit_norms': true,
|
||||
'fields': {
|
||||
'raw': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue