Update core-types.asciidoc

Missing bracket
This commit is contained in:
eliasah 2014-04-15 15:56:38 +02:00 committed by Clinton Gormley
parent d7fda621e9
commit c61110c28d
1 changed files with 7 additions and 4 deletions

View File

@ -619,7 +619,10 @@ property, as this example shows:
{
"book":{
"properties":{
"title" : { "type" : "string", "similarity" : "BM25" }
"title":{
"type":"string", "similarity":"BM25"
}
}
}
}
--------------------------------------------------