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 superflous schema default for LAST_INCOMING_CONTENT_VERSION_ID #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AFaust
Copy link

@AFaust AFaust commented Jun 9, 2023

This PR removes the default for the LAST_INCOMING_CONTENT_VERSION_ID field from the schema.xml. This default was superflous because:

  • the field is set to that value in the SolrInformationServer.addContentProperty method when content indexing is enabled
  • the field is not relevant at all for non-node index documents (transactions, acls, states) and thus the default even causes skewed distribution values in the SOLR schema (when viewed in UI) and may cause higher storage costs for those index documents

@aitseitz
Copy link

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