Re: Solr Sorting, merging/weighting sort fields

2008-11-16 Thread lajkonik86
I have trouble balancing between popularity and search relevance. The trouble is combining boost factors and a mm(minimum match) of less than 100%. The mm leads the search to return also less relevant items. Two conflicting main scenarios exist: - generic category search (say something like tft)

RE: FW: Score customization

2008-11-12 Thread lajkonik86
I effectively need to use a multiplication in the sorting of the items. Something like score*popularity. It seems the only way to do this is to use a bf parameter. However how do you use bf in combination with the standard requestHandler? hossman wrote: : Now I need to know whether the