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
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