error inside the documentation to put the index mapping strict (#4639)
"dynamic": "strict" is not under the "properties" section but at the same level. Signed-off-by: Alexandre Picard-Lemieux <alexandre.picardlemieux@gmail.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
b70e377cad
commit
96a9ecc9a1
|
@ -51,8 +51,8 @@ You can make the document structure match the structure of the index mapping by
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"dynamic": "strict",
|
||||||
"properties":{
|
"properties":{
|
||||||
"dynamic": "strict",
|
|
||||||
"color":{
|
"color":{
|
||||||
"type": "text"
|
"type": "text"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue