I was able to run more tests by indexing a second document in core1, now both documents appear in both cores, very odd like they are both being searched.
Is there any part of the config that could cause this? since the multicore solrconfig wasn't very good I replaced it with the solrconfig from the single entry; I replaced the directories to be core based. perhaps this is something o do with it? I'd love to write a test but I'm not a java programmer. Best Regards, Martin Owens -----Original Message----- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Fri 12/14/2007 4:26 PM To: solr-user@lucene.apache.org Subject: Re: MultiCore problem I'm not sure off hand... The junit tests go through this case, can you make a repeatable test from the example configs? thanks ryan Owens, Martin wrote: > Hello everyone, > > Using the 2007-12-13 build I'm finding the multicore stuff isn't working as > expected. I have indexed 1 document in core0 and 0 documents in core1; dong a > search in core0 leads to a result, but I get the exact same result in core1; > as if it's searching core0 again. > > Thoughts? > > Best Regards, Martin Owens >