Skip to content

Commit a686a46

Browse files
camelliazhangarunvasudevan
authored andcommitted
add description field for dataset index mapping (datahub-project#1791)
1 parent 3ee9504 commit a686a46

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker/elasticsearch-setup/dataset-index-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
"deprecated": {
166166
"type": "boolean"
167167
},
168+
"description": {
169+
"type": "text",
170+
"fields": {
171+
"keyword": {
172+
"type": "keyword"
173+
}
174+
}
175+
},
168176
"hasOwners": {
169177
"type": "boolean"
170178
},

0 commit comments

Comments
 (0)