Querying unique documents

2008-03-01 Thread Vijay Khurana
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

Re: Querying unique documents

2008-03-01 Thread Otis Gospodnetic
) 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