Update nested-type.asciidoc mapping example
This commit is contained in:
parent
29d73accdd
commit
5de2044c5b
|
@ -76,7 +76,7 @@ uses type `nested`:
|
|||
{
|
||||
"type1" : {
|
||||
"properties" : {
|
||||
"users" : {
|
||||
"user" : {
|
||||
"type" : "nested",
|
||||
"properties": {
|
||||
"first" : {"type": "string" },
|
||||
|
@ -99,7 +99,7 @@ You may want to index inner objects both as `nested` fields *and* as flattened
|
|||
{
|
||||
"type1" : {
|
||||
"properties" : {
|
||||
"users" : {
|
||||
"user" : {
|
||||
"type" : "nested",
|
||||
"include_in_parent": true,
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in New Issue