Update error in documentation for multi-fields
@@ -83,12 +83,12 @@ PUT my_index
"my_type": {
"properties": {
"text": { <1>
- "type": "string"
- },
- "fields": {
- "english": { <2>
- "type": "string",
- "analyzer": "english"
+ "type": "string",
+ "fields": {
+ "english": { <2>
+ "analyzer": "english"
+ }
}