You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2018/04/25 18:13:00 UTC

[jira] [Created] (LUCENE-8277) Better validate CodecReaders in addIndexes

Adrien Grand created LUCENE-8277:
------------------------------------

             Summary: Better validate CodecReaders in addIndexes
                 Key: LUCENE-8277
                 URL: https://issues.apache.org/jira/browse/LUCENE-8277
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand


The discussion at LUCENE-8264 made me wonder that we should apply the same checks to addIndexes(CodecReader)  that we apply at index time if the input reader is not a SegmentReader such as:
 - positions are less than the maximum position
 - offsets are going forward

And maybe also check that the API is implemented correctly, eg. terms, doc ids and positions are returned in order?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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