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

Boost the results for filter value in a single query

2008-02-26 Thread Vijay Khurana
Hi, Here is the problem I am facing. One of the field in my index is content_source which I use to filter my results. I want all the documents that have content_source value as ABC OR DEF and all the documents having DEF should appear before the documents that have content_source value as ABC. I

Re: Boost the results for filter value in a single query

2008-02-26 Thread Vijay Khurana
source axd should appear before the results for other content sources. Thanks, Vijay On 2/26/08, Yonik Seeley [EMAIL PROTECTED] wrote: If content_source is single valued (maximum of one value per document), then sort. sort=content_source asc -Yonik On Tue, Feb 26, 2008 at 4:15 AM, Vijay