我的弹性MApping
creator: {
normalizer: 'customNormalizer',
type: 'keyword',
index: true,
fields: {
raw: {
type: 'keyword',
},
},
};
不能添加字段数据。字段数据会占用大量堆空间,尤其是在加载高基数的文本字段时。
答案 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'
字段。