Re: Search Specific Boosting

2012-01-12 Thread Brett
Hi Erick, Yeah, I've reviewed the debug output and can't make sense of why they are scoring the same. I have double checked that they are being indexed with different boost values for the search field. I've also increased the factors trying to get them be more granular so instead of boosting

Re: Search Specific Boosting

2012-01-11 Thread Erick Erickson
Boosts are fairly coarse-grained. I suspect your boost factors are just being rounded into the same buckets. Attaching &debugQuery=on and looking at how the scores were calculated should help you figure out if this is the case. Best Erick On Wed, Jan 11, 2012 at 7:57 PM, Brett wrote: > I'm imple

Search Specific Boosting

2012-01-11 Thread Brett
I'm implementing a feature where admins have the ability to control the order of the results by adding a boost to any specific search. The search is a faceted interface (no text input) and which we take a hash of the search parameters (to form a unique search id) and then boost that field for