Re: MoreLikeThis handler and field collapsing.

2008-04-24 Thread kordi
Could you please describe me your solution, for the topic. Thanks -- View this message in context: http://www.nabble.com/MoreLikeThis-handler-and-field-collapsing.-tp11866297p16849939.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: MoreLikeThis handler and field collapsing.

2007-07-31 Thread Pieter Berkel
What exactly are you trying to achieve by using the MoreLikeThis handler? I created a patch that adds MoreLikeThis functionality (available in the Standard request handler) to the Dismax handler in http://issues.apache.org/jira/browse/SOLR-295 which

Re: MoreLikeThis handler and field collapsing.

2007-07-30 Thread Nuno Leitao
I will take a stab at patching the MoreLikeThis handler - but given that I have never touched a single line of Solr code this might fail miserably :) Maybe there is a kind soul which could provide a new patch for SOLR-236 which includes field collapse with MLT ? On 30/07/07, Ryan McKinley <[EMAIL

Re: MoreLikeThis handler and field collapsing.

2007-07-30 Thread Ryan McKinley
Nuno Leitao wrote: Hi, I have a 1.3 Solr with the field collapsing patch (SOLR-236 - http://issues.apache.org/jira/browse/SOLR-236). Collapsing works great, but only using the dismax and standard query handler - I haven't managed to get it to work using the MoreLikeThis handler though - I a

MoreLikeThis handler and field collapsing.

2007-07-30 Thread Nuno Leitao
Hi, I have a 1.3 Solr with the field collapsing patch (SOLR-236 - http:// issues.apache.org/jira/browse/SOLR-236). Collapsing works great, but only using the dismax and standard query handler - I haven't managed to get it to work using the MoreLikeThis handler though - I am going for a sim