Re: MLT with Clustering

2013-03-05 Thread Dale McDiarmid
If i go down that route, all query parameters will apply to the search results, and MLT will be calculated on those search results. Clustering will also be calculated on search results... not on the MLT results. On Tue, Mar 5, 2013 at 11:56 AM, Upayavira wrote: > You can use more like this as a

Re: MLT with Clustering

2013-03-05 Thread Upayavira
You can use more like this as a component, but you don't get info about what terms made the documents similar. If you don't need that stuff, then just have MLT and clustering as components within a standard SearchHandler. Upayavira On Tue, Mar 5, 2013, at 11:53 AM, Dale McDiarmid wrote: > code s

Re: MLT with Clustering

2013-03-05 Thread Dale McDiarmid
code seems to indicate MLTHandler doesn't support components...best route here seems to create my own handler. On Tue, Mar 5, 2013 at 10:43 AM, Dale McDiarmid wrote: > Hi, > I'm about to take a look at the source to debug this but any input > appreciated. I'm trying to cluster mlt results. Clu

MLT with Clustering

2013-03-05 Thread Dale McDiarmid
Hi, I'm about to take a look at the source to debug this but any input appreciated. I'm trying to cluster mlt results. Clustering works, MLT works, but MLT query with clustering does not. My query handler is title,text title^1.5 text 1 1 true