Re: SOLR newbie question: How to filter the results based on my Unique Key

2009-02-28 Thread Venu Mittal
Sent: Sunday, March 1, 2009 2:03:19 AM Subject: Re: SOLR newbie question: How to filter the results based on my Unique Key Hi Stephen, Thanks for the info. I took the latest patch (collapsing-patch-to-1.3.0-dieter.patch) and applied it on the source code. Then I took the newly created jar added

Re: SOLR newbie question: How to filter the results based on my Unique Key

2009-02-28 Thread Venu Mittal
something that I am missing here ? TIA. From: Stephen Weiss To: solr-user@lucene.apache.org Sent: Saturday, February 28, 2009 10:50:26 PM Subject: Re: SOLR newbie question: How to filter the results based on my Unique Key There's an experimental patch for this

Re: SOLR newbie question: How to filter the results based on my Unique Key

2009-02-28 Thread Stephen Weiss
There's an experimental patch for this I've had pretty good success with: https://issues.apache.org/jira/browse/SOLR-236 If you don't particularly need faceting support to work 100% it's already pretty perfect. Officially I guess they want it to make it in for version 1.5?? But in the me

SOLR newbie question: How to filter the results based on my Unique Key

2009-02-28 Thread Venu Mittal
Hi List, Is it possible to filter out the duplicate results using a particular field in the document. e.g. 1 123 a...@b.com Now if I search for email = a...@b.com I get 2 search results but I want to send just one record cause my cust_id is same. Is it possible or do I need to handle i