Help!
Does anybody know anything about Lucene scoring using a document boost?
We see an exponential relationship between document boost and the fieldNorm component of the score for each term. Can anybody explain this?
Does anybody know anything about Lucene scoring using a document boost?
We see an exponential relationship between document boost and the fieldNorm component of the score for each term. Can anybody explain this?
Ask someone on the Lucene mailing list, or maybe on the Acts As Solr mailing list (if you’re acts_as_solr)
http://groups.google.com/group/acts_as_solr
January 30, 2008 at 6:03 pm
Not sure what you mean by exponential. Some examples would help.
If you need help, either consult Lucene ML or http://sematext.com/
January 31, 2008 at 4:01 am
I’ll give an example below, but for the record we solved this by upgrading our version of Lucene (we’re now using 2.1, which is what SOLR 1.2 uses).
Here’s a little table the shows the relationship we saw between the document boost and the ‘fieldNorm’ component of the score contributed by one of the query terms that hit:
With the newer code we see a linear relationship.
January 31, 2008 at 5:55 pm