Skip to content

Commit

Permalink
#656 Added fields leadid and leadid.scoped as unstored fields to solr…
Browse files Browse the repository at this point in the history
…-schema.json
  • Loading branch information
Possommi committed Nov 28, 2024
1 parent 9a6d9b0 commit 0ffdd18
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@
"indexed": true,
"stored": false
},
"add-field": {
"name": "leadid.scoped",
"type": "string",
"multiValued": true,
"indexed": true,
"stored": false
},
"add-field": {
"name": "leadid",
"type": "string",
"multiValued": true,
"indexed": true,
"stored": false
},
"add-copy-field": {
"source": "note",
"dest": "note.wc"
Expand Down

0 comments on commit 0ffdd18

Please sign in to comment.