Hi,
  We have currently a solrCloud implementation running 5 shards in 3
physical machines, so the first machine will have the shard number 1, the
second machine shards 2 & 4, and the third shards 3 & 5. We noticed that
while queryng numFoundDocs decreased when we increased the start param.
  After some investigation we found that the documents in shards 2 to 5
were being counted twice. Querying to shard 2 will give you back the
results for shard 2 & 4, and the same thing for shards 3 & 5. Our guess is
that the physical index for both shard 2&4 is shared, so the shards don't
know which part of it is for each one.
  The uniqueKey is correctly defined, and we have tried using shard prefix
(shard1!docID).

  Is there any way to solve this problem when a unique physical machine
shares shards?
  Is it a "real" problem os it just affects facet & numResults?

Thanks
   Iker

-- 
/** @author imartinez*/
Person me = *new* Developer();
me.setName(*"Iker Mtz de Apellaniz Anzuola"*);
me.setTwit("@mitxino77 <https://twitter.com/mitxino77>");
me.setLocations({"St Cugat, Barcelona", "Kanpezu, Euskadi", "*, World"]});
me.setSkills({*SoftwareDeveloper, Curious, AmateurCook*});
me.setWebs({*urbasaabentura.com, ikertxef.com*});
*return* me;

Reply via email to