Custom Score-Similarity

2011-09-21 Thread Darshan . Pandit
Hi, I need some insight into the how the document matching actually happens and how score is generated. The basic need driving this desire is to search on multiple fields using boolean queries, and computing similarity score, for each field for each hit document so as to device a method to smar

Re: Custom Score-Similarity

2011-09-22 Thread Ian Lea
http://lucene.apache.org/java/3_4_0/scoring.html would be a good place to start. -- Ian. On Wed, Sep 21, 2011 at 4:49 PM, wrote: > Hi, > I need some insight into the how the document matching actually happens > and how score is generated. > The basic need driving this desire is to search on m

Re: Custom Score-Similarity

2011-09-22 Thread Darshan . Pandit
Thanks Ian, I found it a couple of hours back. Now Trying to figure out the code flow. Debugging has never been this insightful :) Regards, Darshan Pandit From: Ian Lea To: java-user@lucene.apache.org Date: 22-09-2011 14:31 Subject:Re: Custom Score-Similarity http