Re: Range Score in Lucene

2010-04-27 Thread Clara Vania
Thanks again for your help!! :) Regards, -Clara Vania- From: Uwe Schindler To: java-user@lucene.apache.org Sent: Wed, April 28, 2010 12:38:04 AM Subject: RE: Range Score in Lucene This hast o do with combining multiple terms in a Boolean query. If you

Re: Range Score in Lucene

2010-04-27 Thread Clara Vania
Really thanks for the quick reply, I want to find documents similar to one document (let's call it document A) in my index. To do this I use the MoreLikeThis class to help create query from document A. I also included document A in my index, so I assumed that I will have document A at the first

Range Score in Lucene

2010-04-27 Thread Clara Vania
Hi all, I am new to Lucene and I want to ask about range score that Lucene used, because I got score greater than 1. I'm using lucene-3.0.1 and using MoreLikeThis to do document similarity and ScoreDoc class to get hits of my search. Thanks, -Clara Vania-