Re: Solr Document Sort

2009-05-18 Thread Brian Mansell
Gurjot - Take a look at the Solr Relevancy Cookbook http://wiki.apache.org/solr/SolrRelevancyCookbook - It provides some good guidelines for boosting term ranking. cheers, --bemansell On Mon, May 18, 2009 at 7:29 AM, Gurjot Singh wrote: > Hi, > In the Solr schema file I have a integer type fiel

Solr Document Sort

2009-05-18 Thread Gurjot Singh
Hi, In the Solr schema file I have a integer type field named as 'ContentType' as follows The values of this field can be one of the following: 1(for News) , 2(for Reviews), 3(for Opinion), 4(for Blogs) I have a scenario in which when a user does a search the result should be sorted by Best ma