mayya-sharipova commented on a change in pull request #11: URL: https://github.com/apache/lucene/pull/11#discussion_r598287420
########## File path: lucene/CHANGES.txt ########## @@ -92,6 +92,12 @@ API Changes * LUCENE-9480: Make DataInput's skipBytes(long) abstract as the implementation was not performant. IndexInput's api is unaffected: skipBytes() is implemented via seek(). (Greg Miller) +* LUCENE-9334: Require consistency between data-structures on a per-field basis. + A field across all documents within an index must be indexed with the same index + options and data-structures. As a consequence of this, doc values updates are + only applicable for fields that are indexed with doc values only Review comment: Addressed in 6dc9f27 and 55fa8c8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org