Re: MLT with boost

2011-03-02 Thread Koji Sekiguchi
(11/03/03 2:54), Mark wrote: High level overview. We have items and we have sellers. The scoring of our documents is such that our boost functions outweight the pure lucene term/query scoring. Our boost functions basically take into account how "good" the seller is. Now for MLT searches we wou

Re: MLT with boost

2011-03-02 Thread Mark
mlt.boost - [true/false] set if the query will be boosted by the interesting term relevance. This is not the same as boost functions: http://wiki.apache.org/solr/DisMaxQParserPlugin#bf_.28Boost_Functions.29 On 3/2/11 7:45 AM, Markus Jelsma wrote: There is a mlt.boost parameter. On Wednesda

Re: MLT with boost

2011-03-02 Thread Mark
High level overview. We have items and we have sellers. The scoring of our documents is such that our boost functions outweight the pure lucene term/query scoring. Our boost functions basically take into account how "good" the seller is. Now for MLT searches we would like to incorporate this s

Re: MLT with boost

2011-03-02 Thread Markus Jelsma
There is a mlt.boost parameter. On Wednesday 02 March 2011 16:28:35 dar...@ontrenet.com wrote: > I think what's being asked is obvious, in that, they want to modify the > sorted relevancy of the results of MLT. Where, instead of (or in addition > to) sorting by the mlt score, some modified functio

Re: MLT with boost

2011-03-02 Thread darren
I think what's being asked is obvious, in that, they want to modify the sorted relevancy of the results of MLT. Where, instead of (or in addition to) sorting by the mlt score, some modified function/subquery can be used to further sort the results. One example. You run a MLT query against a docum

Re: MLT with boost

2011-03-02 Thread Koji Sekiguchi
(11/03/02 0:23), Mark wrote: Is it possible to add function queries/boosts to the results that are by MLT? If not out of the box how would one go about achieving this functionality? Thanks Beside the point, why do you need such function? If you give us more information/background of your need

MLT with boost

2011-03-01 Thread Mark
Is it possible to add function queries/boosts to the results that are by MLT? If not out of the box how would one go about achieving this functionality? Thanks

MLT with boost capability

2010-07-09 Thread Blargy
turn delegates the majority of the search to a specialized instance of MLT? Can someone point me in the right direction? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/MLT-with-boost-capability-tp954650p954650.html Sent from the Solr - User mailing list archi