s1monw opened a new pull request, #12711: URL: https://github.com/apache/lucene/pull/12711
Today you can use the `add/UpdateDocuments` API even if a index sort is configured. This leads to broken indices if users rely on the guarantees of this API that document IDs are consecutive. This change prevents API calls that create blocks if a sort is configured. Note: this is a breaking change for all users that used this API only for convenience purposes to prevent iterating over documents. -- 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. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org 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