Please bear with me. I am new to Solr. I have searched all the existing posts
about this and could not find an answer. I wanted to know how do I go about
creating a
SolrServer using EmbeddedSolrServer. I tried to initialize this several ways
but was unsuccesful. I do not have multi-core. I am us
ema, dcore);
container.register("", core, false);
SolrServer server = new
EmbeddedSolrServer(container, "");
ryantxu wrote:
>
>
> On Jan 9, 2009, at 8:12 PM, qp19 wrote:
>
>>
>> Please bear with me. I am new to Solr. I have