Hi all,
In the latest trunk version, default='true' doesn't have the effect I would have expected running in multi core mode.

The example multicore.xml has:
 <core name="core0" instanceDir="core0" default="true"/>
 <core name="core1" instanceDir="core1" />

But queries such as
/solr/select?q=*:*
and
/solr/admin/

are executed against core1, not core0 as I would have expected: it seems to be that the last core defined in multicore.xml is the de facto 'default'.

Is this a bug or am I missing something?

Thanks,
James

Reply via email to