Skip to content
New issue

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

Allow FilteredDocIdSetIterator.match(doc) to throw IOException #12554

Merged
merged 1 commit into from Sep 14, 2023

Conversation

gokaai
Copy link
Contributor

@gokaai gokaai commented Sep 14, 2023

Description

Allows org.apache.lucene.search.FilteredDocIdSetIterator#match(doc) to throw an IOException so that users don't have to explicitly catch it

Closes #12492

@jpountz
Copy link
Contributor

jpountz commented Sep 14, 2023

Looks great, can you add a CHANGES entry under "Lucene 9.8.0" / "API Changes"?

@jpountz jpountz added this to the 9.8.0 milestone Sep 14, 2023
@jpountz jpountz merged commit 8ca4716 into apache:main Sep 14, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow FilteredDocIdSetIterator.match(doc) to throw IOException
2 participants