如何解决此错误默认情况下,文本字段上的字段数据已禁用。不想添加““ fielddata”:true”

时间:2019-07-17 07:25:11

标签: node.js elasticsearch

我的弹性MApping

creator: {
  normalizer: 'customNormalizer',
  type: 'keyword',
  index: true,
  fields: {
    raw: {
      type: 'keyword',
    },
  },
};

不能添加字段数据。字段数据会占用大量堆空间,尤其是在加载高基数的文本字段时。

1 个答案:

答案 0 :(得分:0)

if (Model::loadMultiple($modelTimetable , Yii::$app->request->post('form-name'), '') && Model::validateMultiple($modelTimetable)) { 不必具有implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.core:core-ktx:1.0.2' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.google.android.material:material:1.0.0' 。此选项仅适用于type: 'keyword'字段。