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

Allow overriding the default Solr collection when using the external connector #128

Open
mattflax opened this issue Nov 2, 2020 · 0 comments

Comments

@mattflax
Copy link
Contributor

mattflax commented Nov 2, 2020

Currently the external Solr connector only allows connecting to the collection specified in the ratings file. If we have changed our mappings/analysis and written to a new collection, it would be useful to test that collection alongside the previous version.

The external Solr archetype currently has a collectionName entry in the solr-settings.json file which is ignored. This feature request should allow that value to be different from the value in the ratings file, and for that collection to be used.

mattflax added a commit to mattflax/rated-ranking-evaluator that referenced this issue Nov 23, 2020
- Add collectionName to configuration;
- Implement for checkCollection and executeQuery methods;
- Add integration tests.
agazzarini added a commit that referenced this issue Jan 12, 2021
#128: Implement collection overrides for external Solr:
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

1 participant