Hrozhek opened a new issue, #12378: URL: https://github.com/apache/lucene/issues/12378
### Description Currently IndexWriter#updateDocuments() method accepts only Term for entries to be deleted. As of 9.5.0 version there is no way to update documents by StoredField, LongPoint etc. These fields can be updated only through the consistent call of IndexWriter#deleteDocuments(Query) and IndexWriter#addDocuments(Iterable) but by using them this way we lost the atomicity control under these operations. Can we consider overload updateDocuments() method with Query? -- 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.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