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 Uwe Schindler
://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Clara Vania [mailto:chubz_...@yahoo.com] > Sent: Tuesday, April 27, 2010 7:32 PM > To: java-user@lucene.apache.org > Subject: Re: Range Score in Lucene > > Really thanks for the quick reply, > &g

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

RE: Range Score in Lucene

2010-04-27 Thread Uwe Schindler
indler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Clara Vania [mailto:chubz_...@yahoo.com] > Sent: Tuesday, April 27, 2010 12:03 PM > To: java-user@lucene.apache.org > Subject: Range Score in Lucene >

Re: Range Score in Lucene

2010-04-27 Thread Anshum
Hi Clara, Any particular reason why you'd need the score? Perhaps this would be of help http://lucene.apache.org/java/2_9_1/scoring.html http://lucene.apache.org/java/2_3_2/scoring.pdf Hope this explains whatever you were looking for. -- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The

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-