File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/plugins/kibana_utils/public/field_mapping
x-pack/legacy/plugins/ml/common/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { ES_FIELD_TYPES } from '../../../data/public';
2525type ShorthandFieldMapObject = FieldMappingSpec | ES_FIELD_TYPES | 'json' ;
2626
2727const json : FieldMappingSpec = {
28- type : ES_FIELD_TYPES . TEXT ,
28+ type : 'text' as ES_FIELD_TYPES ,
2929 _serialize ( v ) {
3030 if ( v ) return JSON . stringify ( v ) ;
3131 } ,
Original file line number Diff line number Diff line change 44 * you may not use this file except in compliance with the Elastic License.
55 */
66
7- import { ES_FIELD_TYPES } from '../../../../../../src/plugins/data/common ' ;
7+ import { ES_FIELD_TYPES } from '../../../../../../src/plugins/data/public ' ;
88import {
99 ML_JOB_AGGREGATION ,
1010 KIBANA_AGGREGATION ,
You can’t perform that action at this time.
0 commit comments