1
0
Эх сурвалжийг харах

Update mapping.asciidoc

Correct `fielddata.frequency.regex` to `fielddata.filter.regex` in breaking changes
Clinton Gormley 9 жил өмнө
parent
commit
40b84d2ef6

+ 1 - 1
docs/reference/migration/migrate_5_0/mapping.asciidoc

@@ -107,7 +107,7 @@ Setting `fielddata.format: doc_values` in the mappings used to implicitly
 enable doc-values on a field. This no longer works: the only way to enable or
 disable doc-values is by using the `doc_values` property of mappings.
 
-==== `fielddata.frequency.regex`
+==== `fielddata.filter.regex`
 
 Regex filters are not supported anymore and will be dropped on upgrade.