Hi,
          I am using SOLR with Tomcat server. I have configured two
multicore inside the SOLR home directory. The solr.xml file looks like 

<solr persistent="true" sharedLib="lib">
  <cores adminPath="/admin/cores">
    <core name="MyTestCore1" instanceDir="MyTestCore1"
dataDir="MyTestCore1/data" />
    <core name="MyTestCore2" instanceDir="MyTestCore2"
dataDir="MyTestCore2/data" />
  </cores>
</solr> 

I am also using DIH to upload the data in these two cores separately &
document count in these two core is different. However whenever I restart
the tomcat server my document count in these two core show the same. Also
both the core exits but whenever I tried to search the data in any core it
returns me data from different core.

E.g. If I tried to search the data in MyTestCore1 core then solr returns the
result from MyTestCore2 core (this is a problem) & If I tried to search the
data in MyTestCore2 core then solr returns the data from MyTestCore2 core
(which is fine) OR some time vice-versa   happens...

Now if I reindex the data in MyTestCore1 core using "Full data-import with
cleanup" then problem gets sort out. but comes gaing if I restart my tomcat
server.

Is there any issue with my core configuration? Please help....


Thanks,
Siddharth



-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Indexing-Problem-with-SOLR-multicore-tp884745p884745.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to