Re: MoreLikeThis/These and Queries

2009-01-19 Thread Clas Rydergren
Ah, I see. I have, more or less, only used the MoreLikeThis (single document) version, and the fq-filter is then applied to the (only) query that is made. Sorry. /Clas On Mon, Jan 19, 2009 at 4:42 PM, Andrew Ingram wrote: > Thanks, I'll try this. > > I tried using the /select version and the

Re: MoreLikeThis/These and Queries

2009-01-19 Thread Andrew Ingram
Thanks, I'll try this. I tried using the /select version and the problem was that fq applies only to the original query rather than the mlt results which are effectively separate queries. Clas Rydergren wrote: Hi, Even if you use the /solr/select-version of MLT, I guess that just adding th

Re: MoreLikeThis/These and Queries

2009-01-19 Thread Clas Rydergren
Hi, Even if you use the /solr/select-version of MLT, I guess that just adding the fq-parameter may work. If you would like to add the MLT request handler, add something like title,data 1 as a request handler plugin in your solrconfig.xml file. If you are running on Tom

Re: MoreLikeThis/These and Queries

2009-01-19 Thread Andrew Ingram
I think the problem might be that I'm using the standard handler with the mlt:true parameter. The MLT handler doesn't seem to be mentioned in my config file, do you know how I can enable it? Regards, Andrew Ingram Clas Rydergren wrote: Hi, Have you tried to add a filter directly to the /solr

Re: MoreLikeThis/These and Queries

2009-01-19 Thread Clas Rydergren
Hi, Have you tried to add a filter directly to the /solr/mlt?q=-request? Try to add "&fq=available:yes", and see if you can limit the MoreLikeThis-documents to documents that has "yes" in the "available"-field. I have had some success with this approach. /Clas, Frisim.com On Mon, Jan 19, 2009

MoreLikeThis/These and Queries

2009-01-19 Thread Andrew Ingram
Hi, I'm using Solr's MoreLikeThese functionality for a rudimentary related products system, but we need it to only return related products that match certain criteria. For example, we don't want to see any related products that are discontinued. I'm having difficulty figuring out if there's a