RE: Comparing two queries

2010-04-23 Thread Villemos, Gert
Regardsm Gert. From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Fri 4/23/2010 11:24 PM To: solr-user@lucene.apache.org Subject: Re: Comparing two queries Gert, In your second query example you used "qf=...". Did you mean "fq=..

Re: Comparing two queries

2010-04-23 Thread Otis Gospodnetic
: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: "Villemos, Gert" > To: solr-user@lucene.apache.org; solr-user@lucene.apache.org > Sent: Fri, April 23, 2010 5:08:04 PM > Subject: RE:

RE: Comparing two queries

2010-04-23 Thread Villemos, Gert
use the standard handler instead? Would it make a difference? Thanks, Gert. From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Fri 4/23/2010 8:08 PM To: solr-user@lucene.apache.org Subject: Re: Comparing two queries Or, use facet.query to get the overlap. Here's ? q=&

Re: Comparing two queries

2010-04-23 Thread Erik Hatcher
Or, use facet.query to get the overlap. Here's ? q=&facet=on&facet.query= You'll get the hit count from query #1 in the results, and the overlapping count to query #2 in the facet query response. Erik - http://www.lucidimagination.com On Apr 23, 2010, at 11:01 AM, Otis Gospodnetic

Re: Comparing two queries

2010-04-23 Thread Otis Gospodnetic
Hello Gert, I think you'd have to apply custom heuristics that involves looking at top N hits for each query and looking at the % overlap. Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > Fr