Thanks for the response Hoss. The score I receive is from the Explaination object. The score stays the same regardless of how I boost the single term.
The score of the query: apple Is the same as the score of the query: apple^3 I am surprised by the result of the test. Would you expect "apple" and "apple^3" to receive the same score? Thanks hossman wrote: > > > first off: if you are looking at the score from the "Hits" class, bear in > mind they are "psuedo-normalized" and don't mean much. > > second: a "query" doesn't have a score, a document has a score relative to > a query ... scores can't be compared between different queries. > > third: there is a "queryNorm" that comes into play, it's designed to keep > scores "managable" you can read more about it (and how to change it if you > want) in the scoring documentation. you should also look at the > "Explanation" info for each query/doc to make sure you understand what's > going on. > > > > : For example: > : apple > : > : Has the same score as: > : apple^3 > : > : But repeating the term will up the score > : apple apple apple > : > : I expected the score to go up when boosting a one term query. Is that a > : wrong expectation? > > > > -Hoss > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Boost-One-Term-Query-tf4900128.html#a14199255 Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]