Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove statements that would result in uncompacted index fields #374

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

fsteeg
Copy link
Member

@fsteeg fsteeg commented Feb 6, 2024

Before this, when new fields were added in the GND source data, they would result in non-compacted URI field names, since they are not in the context. This is checked by checkCompactedProperties.sh for the test index, and production indexing is blocked if there are uncompacted fields. With this change, we remove the statements that would result in such fields instead and log that as an error.

Before this, when new fields were added in the GND source data,
they would result in non-compacted URI field names, since they are
not in the context. This is checked by `checkCompactedProperties.sh`
for the test index, and production indexing is blocked if there are
uncompacted fields. With this change, we remove the statements that
would result in such fields instead and log that as an error.
@fsteeg fsteeg requested a review from dr0i February 6, 2024 12:29
@dr0i dr0i assigned fsteeg and unassigned dr0i Feb 6, 2024
@fsteeg fsteeg merged commit b0c88f6 into master Feb 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants