You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mattflax
added a commit
to mattflax/rated-ranking-evaluator
that referenced
this issue
Nov 23, 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.The text was updated successfully, but these errors were encountered: