In #134834 the patterned_text mapping was renamed to pattern_text. A few usages of the name patterned_text remain in the code base. One is the node feature mapper.patterned_text; this will remain as is. The other is the setting index.mapping.patterned_text.disable_templating. Ideally, would will change this to index.mapping.pattern_text.disable_templating. But this poses an issue for backward compatibility tests.
In #134834 the
patterned_textmapping was renamed topattern_text. A few usages of the namepatterned_textremain in the code base. One is the node featuremapper.patterned_text; this will remain as is. The other is the settingindex.mapping.patterned_text.disable_templating. Ideally, would will change this toindex.mapping.pattern_text.disable_templating. But this poses an issue for backward compatibility tests.