We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039c5c3 commit b1c48c3Copy full SHA for b1c48c3
src/config/opensearch_mapping.json
@@ -63,6 +63,21 @@
63
}
64
65
},
66
+ "creators": {
67
+ "type": "nested",
68
+ "properties": {
69
+ "creatorName": {
70
+ "type": "text",
71
+ "copy_to": [
72
+ "_all_fields",
73
+ "_creator"
74
+ ]
75
+ },
76
+ "nameIdentifier": {
77
+ "type": "keyword"
78
+ }
79
80
81
"subjects": {
82
"type": "nested",
83
"properties": {
@@ -129,6 +144,9 @@
129
144
"_description": {
130
145
"type": "text"
131
146
147
+ "_creator": {
148
+ "type": "text"
149
132
150
"_subject": {
133
151
134
152
0 commit comments