Re: Boost and ordering based on most recently updated

2010-08-05 Thread Felipe Lobo
You have to check if the lucene normalization isn't approaching diferent boosts to the same value. 2010/8/4 jayendra patil > you can probably try using the sort parameter with the primary sort being > on > score and the secondary sort being on the recent update date. > e.g. sort=score desc, rec

Re: Boost and ordering based on most recently updated

2010-08-04 Thread jayendra patil
you can probably try using the sort parameter with the primary sort being on score and the secondary sort being on the recent update date. e.g. sort=score desc, recentUpdateDate desc So the recent update date would take affect in the group where the document have same score. Regards, Jayendra On

Boost and ordering based on most recently updated

2010-08-04 Thread Brian Pontarelli
I have a situation where I'm using a Boost on documents to bump them up in the search results when a search has multiple documents with the same hits in the search query. However, it looks like if two or more documents have the same rank after the Boost is applied, the search results are ordered