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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to