We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am adding new objects and calling indexObject() but the indexes in portal_catalog are getting updated rather than in solr.
How do I make sure that solr also gets updated?
The text was updated successfully, but these errors were encountered:
Is the "Active" checkbox checked in the Solr configuration? Are your Solr server settings correct there?
Do you use object.indexObject()? In contrast, portal_catalog.indexObject(object) only updates the portal_catalog.
By the way, there is a new repository on https://github.com/collective/collective.solr that should be used in the future. This one here will probably not be updated any more.
Sorry, something went wrong.
No branches or pull requests
I am adding new objects and calling indexObject() but the indexes in portal_catalog are getting updated rather than in solr.
How do I make sure that solr also gets updated?
The text was updated successfully, but these errors were encountered: