Field length norm calculation is wrong #10667
Closed
Comments
@loevenwong Lucene encodes norms using 8 bits. This means precision can be lost when encoding. You can see it explained here: The important bit to see is this:
|
@rjernst Thank you for your reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
the field-norm calculation is wrong.
The Lucene results are in correct order with different scores.
Thanks in advanced,
Timo
The text was updated successfully, but these errors were encountered: