Re: And results before Or results

2012-05-21 Thread Chris Hostetter
: Interesting, omitTf=true eventhough it would give strict enforcement, : wouldnt it affect the relevancy? Like, I am wondering if the ordering : amongst the three word matches would be not as good as it would be when we : have omitNorms=true&omitTf=true. Do you have an idea? It will *absolutely*

Re: And results before Or results

2012-05-21 Thread Karthick Duraisamy Soundararaj
Interesting, omitTf=true eventhough it would give strict enforcement, wouldnt it affect the relevancy? Like, I am wondering if the ordering amongst the three word matches would be not as good as it would be when we have omitNorms=true&omitTf=true. Do you have an idea? On Mon, May 21, 2012 at 8:51

Re: And results before Or results

2012-05-21 Thread Chris Hostetter
: I want to have a strick enforcement that In case of a 3 word search, those : results that match all 3 term should be presented ahead of those that match : 2 terms when I set mm=2. : : I have seen quite some cases where, those results that match 2 out of 3 : words appear ahead of those matching

Re: And results before Or results

2012-05-11 Thread Jack Krupansky
12 10:54 PM To: solr-user@lucene.apache.org Subject: Re: And results before Or results I vaguely recall seeing this situation myself a couple of years ago. I think it was because there were multiple occurrences of the pair of terms in a single document vs. a lesser number of occurrences of all thre

Re: And results before Or results

2012-05-11 Thread Jack Krupansky
- From: Ahmet Arslan Sent: Friday, May 11, 2012 3:31 PM To: solr-user@lucene.apache.org Subject: Re: And results before Or results I want to have a strick enforcement that In case of a 3 word search, those results that match all 3 term should be presented ahead of those that match 2 terms when I

Re: And results before Or results

2012-05-11 Thread Ahmet Arslan
> I want to have a strick enforcement > that In case of a 3 word search, those > results that match all 3 term should be presented ahead of > those that match > 2 terms when I set mm=2. > > I have seen quite some cases where, those results that match > 2 out of 3 > words appear ahead of those matc

Re: And results before Or results

2012-05-11 Thread Karthick Duraisamy Soundararaj
iday, May 11, 2012 11:03 AM > To: solr-user@lucene.apache.org > Subject: Re: And results before Or results > > > Sure but it doesnt seem to be doing a strict enforcement. > > On Fri, May 11, 2012 at 10:56 AM, Jack Krupansky > **wrote: > > If you simply "OR&q

Re: And results before Or results

2012-05-11 Thread Jack Krupansky
more terms matching higher. -- Jack Krupansky -Original Message- From: Karthick Duraisamy Soundararaj Sent: Friday, May 11, 2012 10:44 AM To: solr-user@lucene.apache.org Subject: And results before Or results Lets say I have a query like "A B C". I want all the results that have

Re: And results before Or results

2012-05-11 Thread Karthick Duraisamy Soundararaj
t; more terms matching higher. > > > -- Jack Krupansky > > -Original Message- From: Karthick Duraisamy Soundararaj > Sent: Friday, May 11, 2012 10:44 AM > To: solr-user@lucene.apache.org > Subject: And results before Or results > > Lets say I have a query like &quo

Re: And results before Or results

2012-05-11 Thread Jack Krupansky
, May 11, 2012 10:44 AM To: solr-user@lucene.apache.org Subject: And results before Or results Lets say I have a query like "A B C". I want all the results that have "A B and C" in them ahead of "A B" or "B C" or any combination of them. My rule is this:

Re: And results before Or results

2012-05-11 Thread Jack Krupansky
ulate that in the Lucene/SOlr query parser by "OR"ing in the phrases with boost factors. -- Jack Krupansky -Original Message- From: Karthick Duraisamy Soundararaj Sent: Friday, May 11, 2012 10:44 AM To: solr-user@lucene.apache.org Subject: And results before Or results Let