Hi,

If you want to get results sorted by published_date field, then you
need to sort by it &sort=published_date+ASC. And then you don't really
need field boosting/weights.

Otis
Search Analytics - http://sematext.com/search-analytics/index.html
Performance Monitoring - http://sematext.com/spm/index.html


On Fri, Sep 21, 2012 at 2:12 PM, srinalluri <nallurisr...@yahoo.com> wrote:
> The following is the working query with more weight to title. I am using
> default parser. But the published_date of the results of this query is not
> in order. I want date is in order.
>
> ?q=content_type:video AND (title:("obama budget")^2 OR
> export_headline:("obama budget"))&fl=title,score,export_headline
>
> I want to give weight to date field also. I can't use 'sort' as I used the
> '^2'. What are the changes needed to the above query
>
> thanks
> Srini
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/How-to-boost-date-field-while-boosting-a-text-field-tp4009455.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to