Hm, not sure why that is happening, but here is some info regarding other stuff 
from your email

- there should be no duplicates even if you are searching an index that is 
being optimized
- why are you searching an index that is being optimized?  It's doable, but 
people typically perform index-modifying operations on a Solr master and 
read-only operations on Solr query slave(s)
- do duplicates go away after optimization is done?
- do duplicate IDs that you are seeing IDs of previously deleted documents?
- which Solr version are you using and can you try a recent nightly?


Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch


----- Original Message ----
> From: Tim Mahy <[EMAIL PROTECTED]>
> To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org>
> Sent: Tuesday, May 13, 2008 5:59:28 AM
> Subject: Duplicates results when using a non optimized index
> 
> Hi all,
> 
> is this expected behavior when having an index like this :
> 
> numDocs : 9479963
> maxDoc : 12622942
> readerImpl : MultiReader
> 
> which is in the process of optimizing that when we search through the index 
> we 
> get this :
> 
> 
> 15257559
> 
> 
> 15257559
> 
> 
> 17177888
> 
> 
> 11825631
> 
> 
> 11825631
> 
> 
> The id field is declared like this :
>     
> 
> and is set as the unique identity like this in the schema xml :
>   id
> 
> so the question : is this expected behavior and if so is there a way to let 
> Solr 
> only return unique documents ?
> 
> greetings and thanx in advance,
> Tim
> 
> 
> 
> 
> Please see our disclaimer, http://www.infosupport.be/Pages/Disclaimer.aspx

Reply via email to