Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New
Description
In the discussion on "CheckIndex complaining about -1 for norms value" in the java-user list, it was identified that we should "fix CheckIndex to print norms as unsigned integers".
I'd like to take a stab at this.
I'm trying to understand the problem and from what I gather, while norms are `byte`s, the API exposes them as `long` values. While printing the error message, we want it to print a zero instead of -1?