Skip to content

Commit

Permalink
Docs: Add comma to reverse nested agg snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuescher authored Mar 17, 2017
1 parent 5bd1442 commit 413bf05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ the issue documents as nested documents. The mapping could look like:
"issue" : {
"properties" : {
"tags" : { "type" : "text" }
"tags" : { "type" : "text" },
"comments" : { <1>
"type" : "nested"
"type" : "nested",
"properties" : {
"username" : { "type" : "keyword" },
"comment" : { "type" : "text" }
Expand Down

0 comments on commit 413bf05

Please sign in to comment.