[DOCS] Fixed the fielddata regex example on core mapping

This commit is contained in:
Clinton Gormley 2013-11-07 17:09:18 +01:00
parent 3465e69e83
commit b27976fbed
1 changed files with 3 additions and 1 deletions

View File

@ -381,7 +381,9 @@ don't fall between a `min` and `max` frequency range:
analyzer: "whitespace"
fielddata: {
filter: {
regex: "^#.*",
regex: {
"pattern": "^#.*"
},
frequency: {
min: 0.001,
max: 0.1,