mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[Docs] Fix missing comma in mapping
This commit is contained in:
parent
bf0387e0bc
commit
da27c2104a
@ -14,7 +14,7 @@ price for the product. The mapping could look like:
|
||||
"product" : {
|
||||
"properties" : {
|
||||
"resellers" : { <1>
|
||||
"type" : "nested"
|
||||
"type" : "nested",
|
||||
"properties" : {
|
||||
"name" : { "type" : "string" },
|
||||
"price" : { "type" : "double" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user