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

Incorrect solr data > reimplement solr optimize #80

Open
rengaw83 opened this issue Aug 9, 2021 · 0 comments
Open

Incorrect solr data > reimplement solr optimize #80

rengaw83 opened this issue Aug 9, 2021 · 0 comments
Assignees

Comments

@rengaw83
Copy link
Member

rengaw83 commented Aug 9, 2021

In 0ef148e the solr index optimization was removed.
Since version 9.5.4 no solr core optimization is performed anymore.

The optimize should be reimplemented and performed after each indexing process.

There are some problems with an unoptimzed index.
Apart from the performance, deleted indexes are not removed and we get incorrect data from solr.
problem example:

  • facets depending on categories
  • add category to database entry
  • index entry
  • category shows up in facetts
  • category was removed from dbentry
  • reindex entry
  • category is still present in facets, but with zero results

After an manualy optimize category is not present in facets anymore.

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

No branches or pull requests

2 participants