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

@ -617,10 +617,13 @@ property, as this example shows:
[source,js]
--------------------------------------------------
{
"book" : {
"properties" : {
"title" : { "type" : "string", "similarity" : "BM25" }
}
"book":{
"properties":{
"title":{
"type":"string", "similarity":"BM25"
}
}
}
}
--------------------------------------------------