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 <bill.w...@gmail.com> wrote:

> 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 <avl...@gmail.com> wrote:
>
>> 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 <renz052...@gmail.com> wrote:
>>
>> > Hi,
>> >
>> > I'm looking at changing the result order when searching by MLT. I tried
>> the
>> > sort=<field>,<order> but it's not working. I check the wiki and can't
>> find
>> > anything. Is there a way to do this?
>> >
>> > Thanks,
>> > /Laurence
>> >
>>
>
>

Reply via email to