Re: term OR term OR term OR .... query question

2006-09-27 Thread Grant Ingersoll
See below. Also, there is new Scoring documentation available via the website (http://lucene.apache.org/java/docs/scoring.html) that covers scoring in some detail. On Sep 26, 2006, at 5:23 PM, Vladimir Olenin wrote: Hi. I have a question regarding Lucene scoring algorithm. Providing I

term OR term OR term OR .... query question

2006-09-26 Thread Vladimir Olenin
Hi. I have a question regarding Lucene scoring algorithm. Providing I have a query "a OR b OR c OR d OR e OR f", and two documents: doc1 "a b c d" and doc2 "d e", will doc1 score higher than doc2? In other words, does Lucene takes into account the number of terms matched in the document in case o