asu-ke-web-services / search-api

Search API for documents, data, research, people, etc
MIT License
2 stars 1 forks source link

For TravisCI: Create instance of SOLR server #83

Open kenprice opened 8 years ago

kenprice commented 8 years ago

Eventually we'd want to move away from using the Solr test server in config.conf in our TravisCI tests, and instead create a new local instance of Solr. This is analogous to setting up a test database for integration tests: we do this so that we don't depend on a external Solr server that may or may not be online when tests are performed.