19:22
Til: solr-user@lucene.apache.org
Emne: Re: Solr 4 reload failed core
It seems odd, but consider "create" rather than "reload". Create
will load up an existing core, think of it as "create in memory"
rather than "create on disk" for the case where there&
It seems odd, but consider "create" rather than "reload". Create
will load up an existing core, think of it as "create in memory"
rather than "create on disk" for the case where there's already
an index.
Best
Erick
On Fri, May 3, 2013 at 6:27 AM, Peter Kirk wrote:
> Hi
>
> I have a multi-core in
Hi
I have a multi-core installation, with 2 cores. Sometimes, when Solr starts up,
one of the cores fails (due to an extension to Solr I have, which is waiting on
an external service which has yet to initialise).
In previous versions of Solr, I could subsequently issue a RELOAD to this core,
e