Hi Folks,

I created 5 initial cores all individual and successively named core(0-4)
This worked fine! Then I added 3 more cores: newswire2, TestIndex, and
core5.
I added newswire2 and TestIndex first then added core5, thinking it may be a
naming
issue, but these never get picked up by the server.

Below is the environment I am using.

When I enter:

http://localhost:8080/solr/ or http://localhost:8080/solr/core0/select?q=*:*

I get responses for the first 5 cores but nothing for the other 3.

I am using :

Linux Ubuntu 7.10 with all updates
tomcat-solr --> Tomcat 5.5.25
                   --> solr-2008-03-18.zip


Here is a copy of my multicore.xml

<multicore adminPath="/admin/multicore" persistent="true" >
  <core name="core0" instanceDir="core0" default="true"/>
  <core name="core1" instanceDir="core1"/>
  <core name="core2" instanceDir="core2"/>
  <core name="core3" instanceDir="core3"/>
  <core name="core4" instanceDir="core4"/>
  <core name="TestIndex" instanceDir="TestIndex"/>
  <core name="newswire2" instanceDir="newswire2"/>
  <core name="core5" instanceDir="core5"/>
</multicore>

Here are the core names declared in each individual schema.xml per core.

<field name="core0"   type="string"   indexed="true"  stored="true"
multiValued="false" />
<field name="core1"    type="string"    indexed="true"  stored="true"
multiValued="false" />
<field name="core2"   type="string"   indexed="true"  stored="true"
multiValued="false" />
<field name="core3"   type="string"   indexed="true"  stored="true"
multiValued="false" />
<field name="core4"   type="string"   indexed="true"  stored="true"
multiValued="false" />
<field name="core5"   type="string"   indexed="true"  stored="true"
multiValued="false" />
<field name="newswire2"   type="string"   indexed="true"  stored="true"
multiValued="false" />
<field name="TestIndex"   type="string"   indexed="true"  stored="true"
multiValued="false" />

My file structure is as follows:

solr  --> admin
        --> bin
        --> conf
        --> data
        --> META-INF
        --> WEB-INF
        --> core0 --->  bin
                        --->  conf --> schema.xml
                                         --> solrconfig.xml
                               data --> index
        --> core1
        --> core2
        --> core3
        --> core4
        --> core5
        --> TestIndex
        --> newswire2
I attached a copy of this email as well in case the integrity of the email
is comprimised.
Any help would be greatly appreciated ... Thank you in advance.

Kirk

Reply via email to