Re: change sort order for MoreLikeThis

2009-08-05 Thread Renz Daluz
Oh and yes, I tried to sort that is not mlt field and it's not taking effect: Here the whole parameters that I'm using: mlt.fl=text,title&tie=0.01&mlt.mintf=1&mlt.match.include=true&fl=tagged_bucket,tagged_entities&bf=recip(rord(time_published),1,1000,165)^1500&qt=mlt&mlt.minwl=3&mm=5&mlt.boost=tr

Re: change sort order for MoreLikeThis

2009-08-05 Thread Renz Daluz
Thanks guys. I tried to boost it instead (as sort looks like not supported) but it's not taking effect. Here are the parameters that I'm using: I want to boost by time_published field and I enable mlt.boost &bf=recip(rord(time_published),1,1000,165)^1500&qt=mlt&mlt.boost=true Regards, /Renz 2

Re: change sort order for MoreLikeThis

2009-08-03 Thread Avlesh Singh
> > You lost me. > Absolutely sorry about that Bill :( How does boosting change the sort order? What I really meant here is that if you have more than one "similarity" fields in you MLT query, you can boost the results found due to one over the other. It was not at all aimed to be an answer for s

Re: change sort order for MoreLikeThis

2009-08-03 Thread Bill Au
I checked the javadoc of Lucene's MoreLikeThis and MoreLikeThisQuery and don't see any method regarding sorting at all. So my guess is we can't sort the MoreLIkeThis result in Solr until this is supported in Lucene. Bill On Mon, Aug 3, 2009 at 5:54 PM, Bill Au wrote: > Avlesh, > You lost m

Re: change sort order for MoreLikeThis

2009-08-03 Thread Bill Au
Avlesh, You lost me. How does boosting change the sort order? What about sorting on a field that is not the mlt field? Bill On Mon, Aug 3, 2009 at 3:13 AM, Avlesh Singh wrote: > You can boost the similarity field matches, if you want. Look for mlt.boost > at http://wiki.apache.org/solr/M

Re: change sort order for MoreLikeThis

2009-08-03 Thread Avlesh Singh
You can boost the similarity field matches, if you want. Look for mlt.boost at http://wiki.apache.org/solr/MoreLikeThis Cheers Avlesh On Mon, Aug 3, 2009 at 11:33 AM, Renz Daluz wrote: > Hi, > > I'm looking at changing the result order when searching by MLT. I tried the > sort=, but it's not wo