Re: Multiple Query clauses impacting result

2011-08-03 Thread Chris Hostetter
: So in a business scenario where we have to make a decision based on the : "accepted" matching of a document (say perform activity A only when a : document matches more than 50%), we wont be able to rely on the match score : because the score will change based on our query and some times 80% matc

Re: Multiple Query clauses impacting result

2011-08-03 Thread Saurabh Gokhale
: u...@thetaphi.de > > > > From: Saurabh Gokhale [mailto:saurabhgokh...@gmail.com] > Sent: Wednesday, August 03, 2011 12:39 AM > To: java-user@lucene.apache.org > Subject: Multiple Query clauses impacting result > > > > Hi All, > > > > As I add new clauses t

RE: Multiple Query clauses impacting result

2011-08-02 Thread Uwe Schindler
Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de <http://www.thetaphi.de/> eMail: u...@thetaphi.de From: Saurabh Gokhale [mailto:saurabhgokh...@gmail.com] Sent: Wednesday, August 03, 2011 12:39 AM To: java-user@lucene.apache.org Subject: Multipl

Multiple Query clauses impacting result

2011-08-02 Thread Saurabh Gokhale
Hi All, As I add new clauses to the Boolean Query, my queryNorm value goes down which is impacting the results. For example: (The complete stand alone application attached with the email. I am using Lucene 3.1.0) I indexed following 6 documents addDoc("author1", "My first book", "123"); --> 1