We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the new IndexReader.reopen() feature (#1818) it makes sense to also add a flush() method to IndexReader.
Yonik pointed out this usecase:
reader.deleteDocument() reader.flush() writer = new IndexWriter() writer.addDocument() writer.close() reader.reopen() reader.deleteDocument()
Migrated from LUCENE-1056 by Michael Busch, resolved Jan 26 2011
The text was updated successfully, but these errors were encountered:
Shai Erera (@shaie) (migrated from JIRA)
I see IndexReader already has flush(). Not sure when it was added, but closing the issue anyway.
Sorry, something went wrong.
Doron Cohen (migrated from JIRA)
Not sure when it was added
Seems it was added in #1818
No branches or pull requests
With the new IndexReader.reopen() feature (#1818) it makes sense to also add a flush() method to IndexReader.
Yonik pointed out this usecase:
Migrated from LUCENE-1056 by Michael Busch, resolved Jan 26 2011
The text was updated successfully, but these errors were encountered: