viliam-durina opened a new pull request, #14734: URL: https://github.com/apache/lucene/pull/14734
A collection of grammar issues and typo fixes collected over time studying Lucene sources. No code changed, all changes are documentation. One change is not a simple error: at `IndexWriter.getReader()` I changed ``` this is functionally equivalent to calling {#flush} ``` to ``` this is functionally equivalent to calling {#commit} ``` A reader opened after `flush()`, if it wasn't opened with this method, won't see the not-yet-committed changes. So this method is an equivalent of committing, not flushing, if I understand it correctly. -- 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