hymmm -- "default" should be removed and should not do anything.
The intended behavior is that /solr/select?q=*:* should be 404, you
would need to call
/solr/core0/select or /solr/core1/select to get anything.
So yes, this is a bug. I'll remove the old "default=true" bit and
file a bug to
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:
But queries such as
/solr/select?q=*:*
and
/solr/admin/
are executed against core1, not core0 as I would have expected: it
seems