Vijay,

"I have a field named threadid in my index and more than one document can
have same value for this field. The documents are considered duplicate if
they have same value for this field."  -- that doesn't quite go together.  Solr 
will not allow duplicates (it will turn them into updates) unless you 
explicitly allow dups when indexing.

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

----- Original Message ----
> From: Vijay Khurana <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Saturday, March 1, 2008 2:59:47 AM
> Subject: Querying unique documents
> 
> Hi
> I have a field named threadid in my index and more than one document can
> have same value for this field. The documents are considered duplicate if
> they have same value for this field. In some scenarios I am required to get
> only unique documents from my index. Can I achieve this through one solr
> query? I am using DismaxRequestHandler and Solr 1.2.
> 
> Thanks,
> Vijay
> 


Reply via email to