Yes, look at AbstractSolrTestCase which is the base class of almost all Solr
tests.
http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/util/AbstractSolrTestCase.java
On Mon, Apr 27, 2009 at 6:38 PM, Eric Pugh
wrote:
> Look into the test code that Solr uses, there is a lot
Look into the test code that Solr uses, there is a lot of good stuff
on how to do testing. http://svn.apache.org/repos/asf/lucene/solr/trunk/src/test/
.
Eric
On Apr 27, 2009, at 6:25 AM, tarjei wrote:
Hi, I'm looking for ways to test that my indexing methods work
correctly with my Solr sc
Hi, I'm looking for ways to test that my indexing methods work correctly
with my Solr schema.
Therefore I'm wondering if someone has created a test setup where they
start a Solr instance and then add some documents to the instance - as a
Junit/testng test - preferably with a working Maven depe