Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
TED]> To: solr-user@lucene.apache.org Sent: Thursday, 28 August, 2008 6:30:16 PM Subject: Re: CoreDescriptor explanation and possible bug Hi Nikhil, Can you please describe your use-case? Are you aware of EmbeddedSolrServer? http://wiki.apache.org/solr/Solrj On Thu, Aug 28, 2008 at 6:12 PM,

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
Thanks again, this should solve the current problem I am having. Nikhil - Original Message From: Henrib <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, 28 August, 2008 7:42:11 PM Subject: Re: CoreDescriptor explanation and possible bug Nikhil Chhaochharia

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Henrib
er.register("", core, false); return container; } }; return init.initialize().getCore(""); } -- View this message in context: http://www.nabble.com/CoreDescriptor-explanation-and-possible-bug-tp19197004p19201459.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
ndexSchema, dcore); container.register("", core, false); return container; } }; return init.initialize().getCore(""); } -- View this message in context: http://www.nabble.com/CoreDescriptor-explanation-and-possible-bug-tp19197004p19200585.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Henrib
e); container.register("", core, false); return container; } }; return init.initialize().getCore(""); } -- View this message in context: http://www.nabble.com/CoreDescriptor-explanation-and-possible-bug-tp19197004p19200585.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Shalin Shekhar Mangar
problem in another way, I have a solrconfig.xml but no > schema.xml. I create a IndexSchema object at runtime. I want to now get a > SolrCore object. > > Thanks, > Nikhil > > > > > > - Original Message > From: Henrib <[EMAIL PROTECTED]> > To: solr-

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
Thursday, 28 August, 2008 5:23:48 PM Subject: Re: CoreDescriptor explanation and possible bug Hi, It is likely to be related to how you initialize Solr & create your SolrCore; there has been a few changes to ensure there is always a CoreContainer created which (as its name stands), holds a refer

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Henrib
CoreDescriptor is all about and how it > is supposed to be used? > > Thanks, > Nikhil > > > -- View this message in context: http://www.nabble.com/CoreDescriptor-explanation-and-possible-bug-tp19197004p19198965.html Sent from the Solr - User mailing list archive at Nabble.com.

CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
Hi, I have been using nightly builds of Solr 1.3 with SolrJ for some time now. I upgraded the Solr jars from the 14-Aug nightly and my program would not compile. I found that SolrCore constructor needed a new parameter CoreDescriptor. I passed null and it worked fine. I then upgraded to the