Are there any documentations around Solr test framework. (http://mvnrepository.com/artifact/org.apache.solr/solr-test-framework)
I am looking to do integration tests to just check if I am able to add document and search it via JUnitTests. There does seem to be a test-framework from solr, but the documentation seems to be woefully inadequate. In my case I have a conf folder that contains the schema and solrconfig (that I will actually copy to my solr home and run in production), Just with these two files in a folder, Is it possible to run an Integration Test ? Any pointers/suggestions ? I tried running test case pointing it to the parent folder but got an error java.lang.AssertionError: fix your classpath to have tests-framework.jar before lucene-core.jar And I cannot seem to fix the above either. Am using gradle and actually do have test-framework as the first dependency.