Re: Position of matches to affect scoring

2007-06-20 Thread Jesse Prabawa
Oh I think I have found some clues at: [1] http://www.gossamer-threads.com/lists/lucene/java-user/38967#38967 [2] http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/search/package-summary.html#changingSimilarity Thanks! Jes On 6/20/07, Jesse Prabawa <[EM

Re: Position of matches to affect scoring

2007-06-20 Thread Jesse Prabawa
/19/07, Steven Rowe <[EMAIL PROTECTED]> wrote: Hi Jes, Jesse Prabawa wrote: > The Lucene FAQ at http://wiki.apache.org/lucene-java/LuceneFAQ > mentions that the position of the matches in the text does not affect > scoring. So is there anyway that I can make the position of the &

Position of matches to affect scoring

2007-06-19 Thread Jesse Prabawa
Hi, The Lucene FAQ at http://wiki.apache.org/lucene-java/LuceneFAQ mentions that the position of the matches in the text does not affect scoring. So is there anyway that I can make the position of the matches affect scoring? For example, I want matches that occur at the beginning to weigh more th