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
We need to create an end-to-end integration testing script written in Python that: sets up Solr, indexes a number of collections, runs search and outputs the trec_eval results, and tears down Solr.
The name of the collections to run on should be configurable (the generator and collection can be fixed like here) and we should be able to either specify an existing Solr server (i.e., via a --solr parameter) or setup/teardown a new one (as above) based on the Solrini instructions.
The text was updated successfully, but these errors were encountered:
We need to create an end-to-end integration testing script written in Python that: sets up Solr, indexes a number of collections, runs search and outputs the trec_eval results, and tears down Solr.
The name of the collections to run on should be configurable (the
generator
andcollection
can be fixed like here) and we should be able to either specify an existing Solr server (i.e., via a--solr
parameter) or setup/teardown a new one (as above) based on the Solrini instructions.The text was updated successfully, but these errors were encountered: