Skip to content

Commit 97d6e10

Browse files
committed
Don't delete _b wildcard field
We need this for some fields. We didn't realise it was missing because due to SOLR-17834, our overlay to disable auto schema was broken. Do the minimal upgrade necessary for now (just fix the schema), we'll upgrade to solr 9.10 when we have the chance to test it
1 parent 4e8ffcf commit 97d6e10

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/search/schema/delete_default_fields.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"*_ss",
4545
"*_l",
4646
"*_ls",
47-
"*_b",
4847
"*_bs",
4948
"*_f",
5049
"*_fs",

0 commit comments

Comments
 (0)