Re: Test harness can not load existing index data in Solr 4.2

2013-04-22 Thread zhu kane
I think the problem should be EmbeddedSolrServer can't load existing index data. Any committer can help confirm whether it's a bug or not. Thank you. Kane On Mon, Apr 15, 2013 at 7:28 PM, zhu kane wrote: > I'm extending Solr's *AbstractSolrTestCase* for unit testing. > > I have existing 's

Test harness can not load existing index data in Solr 4.2

2013-04-15 Thread zhu kane
I'm extending Solr's *AbstractSolrTestCase* for unit testing. I have existing 'schema.xml', 'solrconfig.xml' and index data. I want to start an embedded solr server to load existing collection and its data. Then test searching doc in solr. This way works well in Solr 3.6. However it does not work