You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Atri Sharma (JIRA)" <ji...@apache.org> on 2019/07/17 17:53:00 UTC

[jira] [Created] (LUCENE-8924) Remove Fields Order Checks from CheckIndex?

Atri Sharma created LUCENE-8924:
-----------------------------------

             Summary: Remove Fields Order Checks from CheckIndex?
                 Key: LUCENE-8924
                 URL: https://issues.apache.org/jira/browse/LUCENE-8924
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Atri Sharma


CheckIndex checks the order of fields read from the FieldsEnum for the posting reader. Since we do not explicitly sort or use a sorted data structure to represent keys (atleast explicitly), and no FieldsEnum depends on the order apart from MultiFieldsEnum, which no longer exists.

 

Should we remove the check?



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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