Yes, that runtime error occurred due to incorrect configuration. So, such
runtime errors in one core will affect all the cores? Is there any way to
avoid affecting all other cores which are fine?
Shalin Shekhar Mangar wrote:
>
> On Mon, Sep 7, 2009 at 8:58 PM, djain101 wrote:
>
>>
>>
>> Plea
On Mon, Sep 7, 2009 at 8:58 PM, djain101 wrote:
>
>
> Please suggest what is the right way to configure so that if one core fails
> due to configuration errors, all other cores remain unaffected?
>
> *
> Check your log files for more
Hi,
I tried the false in solr.xml
but it does not seem to be working for me. I manually modified
solrconfig.xml for core1 to have an invalid path in datadir. And when i
restarted my app server (jboss), it threw following error which is what is
expected. There were other cores which loaded just fi
Thanks a lot. I will try this.
markrmiller wrote:
>
>
>
>
>
> false
>
>
>
>
>
> djain101 wrote:
>> Thanks !!! Can you please give an example to put it in solr.xml? How is
>> the
>> xml structure look like for enabling this property?
>>
>>
>> markrmiller wrote:
>>
false
djain101 wrote:
> Thanks !!! Can you please give an example to put it in solr.xml? How is the
> xml structure look like for enabling this property?
>
>
> markrmiller wrote:
>
>> Yes - try adding it to solr.xml - thats where the CoreContainer looks
>> for it.
>>
Thanks !!! Can you please give an example to put it in solr.xml? How is the
xml structure look like for enabling this property?
markrmiller wrote:
>
> Yes - try adding it to solr.xml - thats where the CoreContainer looks
> for it.
>
> --
> - Mark
>
> http://www.lucidimagination.com
>
>
>
Yes - try adding it to solr.xml - thats where the CoreContainer looks
for it.
--
- Mark
http://www.lucidimagination.com
djain101 wrote:
> Any help is much appreciated.
>
> Thanks,
> Dharmveer
>
>
> djain101 wrote:
>
>> Hi,
>>
>> We have set false
>> in solrconfig.xml for all the cores but
Any help is much appreciated.
Thanks,
Dharmveer
djain101 wrote:
>
> Hi,
>
> We have set false
> in solrconfig.xml for all the cores but still whenever any configuration
> error occurs search does not work in any of the cores. Is there any other
> configuration we have to set so as to not affe