You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Mohammad Sadiq (Jira)" <ji...@apache.org> on 2020/06/24 15:15:00 UTC

[jira] [Created] (LUCENE-9416) Fix CheckIndex to print norms as unsigned integers

Mohammad Sadiq created LUCENE-9416:
--------------------------------------

             Summary: Fix CheckIndex to print norms as unsigned integers
                 Key: LUCENE-9416
                 URL: https://issues.apache.org/jira/browse/LUCENE-9416
             Project: Lucene - Core
          Issue Type: Bug
          Components: core/index
            Reporter: Mohammad Sadiq


In the [discussion on "CheckIndex complaining about -1 for norms value" in the java-user list|http://markmail.org/message/gcwdhasblsyovwc2], 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?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org