pulibrary / pul_solr

PU Library Solr Configs and Specs
Apache License 2.0
5 stars 0 forks source link

Remove highlighting fields in the schema #387

Closed christinach closed 9 months ago

christinach commented 9 months ago

We removed the hightlighted fields that were added in the schema. When we tried to index a marc record using the Solr UI, with a field rbgenr_s, we noticed the following error for the rbgenr_s field: ..from index options=DOCS to inconsistent index options=DOCS_AND_FREQS_AND_POSITIONS... We cannot index fields with a text type when they are already indexed as dynamic fields.

We're temporarily removing the highlighted text fields so that we dont break the indexing process in production. We need to find a way to add the highlighted fields back in the schema.

related pr https://github.com/pulibrary/pul_solr/pull/386