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

Do not rely on Solr Search Engine when it is avaialble #233

Open
gggeek opened this issue Apr 19, 2020 · 0 comments
Open

Do not rely on Solr Search Engine when it is avaialble #233

gggeek opened this issue Apr 19, 2020 · 0 comments

Comments

@gggeek
Copy link
Member

gggeek commented Apr 19, 2020

There are always chances that the Solr index is slightly out of sync with the db.

For any operations that the are done via migrations, it is thus probably a good idea to always rely on the db-based Search Service.

At the same time: we have to be careful in our usage of a non-standard service (ie. not the one gotten from $repository) - what if we loose user customizations that are required in the Search Service?

NB: this seems a wider-scope rehash of #134 ...
It relates as well to #131 and #207

@gggeek gggeek changed the title Do not rely on Solr Serach Engine when it is avaialble Do not rely on Solr Search Engine when it is avaialble Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant