The multicore stuff has changed around a bit since its debut (and may change some more before the final release) check:

http://wiki.apache.org/solr/MultiCore

There is no longer a 'SETASDEFAULT' action and all requests require the core name, so you will need:

http://localhost:8983/solr/core0/update
or
http://localhost:8983/solr/core1/update

ryan



Jae Joo wrote:
I have set multicores - core0 and core1, core0 is default.

<multicore adminPath="/admin/multicore" persistent="true" >
  <core name="core0" instanceDir="core0" default="true"/>
  <core name="core1" instanceDir="core1" />
</multicore>

Once I update the index by http://localhost:8983/solr/update, it updates
core1 not core0.

Also, I tried to set the deault core using SETASDEFAULT, but it is "unknown
action command".

Can any one help me?

Thanks,

Jae


Reply via email to