RE: No search result behavior (a la Amazon)

2008-11-20 Thread Caligula
but not C 3. q =+A -B +C 4. q = -Original Message- From: Caligula [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 11:52 Joe To: solr-user@lucene.apache.org Subject: RE: No search result behavior (a la Amazon) I understand how to do the 100% mm part

Re: No search result behavior (a la Amazon)

2008-11-20 Thread Mike Klaas
On 20-Nov-08, at 11:40 AM, Caligula wrote: Thanks. I understand what Amazon is doing. The original question is how to achieve this with Solr. And to be more specific, how to achieve this within Solr and not involve multiple search queries to Solr. There isn't a way. The best way to

RE: No search result behavior (a la Amazon)

2008-11-19 Thread Nguyen, Joe
Have a look at DisMaxRequestHandler and play with mm (miminum terms should match) http://wiki.apache.org/solr/DisMaxRequestHandler?highlight=%28CategorySo lrRequestHandler%29%7C%28%28CategorySolrRequestHandler%29%29#head-6c5fe4 1d68f3910ed544311435393f5727408e61 -Original Message- From:

RE: No search result behavior (a la Amazon)

2008-11-19 Thread Caligula
I understand how to do the 100% mm part. It's the behavior when there are no matches that i'm asking about :) Nguyen, Joe-2 wrote: Have a look at DisMaxRequestHandler and play with mm (miminum terms should match) http://wiki.apache.org/solr/DisMaxRequestHandler?highlight=%28CategorySo

RE: No search result behavior (a la Amazon)

2008-11-19 Thread Nguyen, Joe
= +A +B +C Match all terms 2. q= +A +B -C Match A and B but not C 3. q =+A -B +C 4. q = -Original Message- From: Caligula [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2008 11:52 Joe To: solr-user@lucene.apache.org Subject: RE: No search result behavior (a la Amazon) I