Skip to content

Commit c5e25fa

Browse files
committed
Merge branch 'seanstory/increase-mapping-field-meta-char-limit' of github.com:seanstory/elasticsearch into seanstory/increase-mapping-field-meta-char-limit
2 parents c6c1762 + d5f4428 commit c5e25fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/common/settings/IndexScopedSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public final class IndexScopedSettings extends AbstractScopedSettings {
207207
IndexSettings.INDEX_MAPPER_SOURCE_MODE_SETTING,
208208
IndexSettings.RECOVERY_USE_SYNTHETIC_SOURCE_SETTING,
209209
InferenceMetadataFieldsMapper.USE_LEGACY_SEMANTIC_TEXT_FORMAT,
210+
// IndexSettings.INDEX_MAPPING_META_LENGTH_LIMIT_SETTING,
210211

211212
// validate that built-in similarities don't get redefined
212213
Setting.groupSetting("index.similarity.", (s) -> {

0 commit comments

Comments
 (0)