parent
d7fda621e9
commit
c61110c28d
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue