Fixed typo

This commit is contained in:
Luca Cavanna 2014-01-20 19:32:38 +01:00
parent 749e4d7944
commit bdb1992e85
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ you can now write:
[source,json] [source,json]
--------------- ---------------
"title": { "title": {
"type": "string"; "type": "string",
"fields": { "fields": {
"raw": { "type": "string", "index": "not_analyzed" } "raw": { "type": "string", "index": "not_analyzed" }
} }