Skip to content

Commit

Permalink
Correct constant keyword example (#7256) (#7259)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored May 28, 2024
1 parent 95e1904 commit b0c0087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _field-types/supported-field-types/constant-keyword.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PUT romcom_movies
"mappings" : {
"properties" : {
"genre" : {
"type": "constant_keyword",
"value" : "Romantic comedy"
}
}
Expand Down

0 comments on commit b0c0087

Please sign in to comment.