Re: [PR] Reduce polymorphism of DocIdSetIterator#docID(). [lucene]

2025-04-10 Thread via GitHub
stefanvodita commented on code in PR #14453: URL: https://github.com/apache/lucene/pull/14453#discussion_r2033640237 ## lucene/core/src/java/org/apache/lucene/search/ConjunctionDISI.java: ## @@ -127,6 +127,8 @@ static DocIdSetIterator createConjunction( if (iterators.size()

Re: [PR] Reduce polymorphism of DocIdSetIterator#docID(). [lucene]

2025-04-10 Thread via GitHub
jpountz merged PR #14453: URL: https://github.com/apache/lucene/pull/14453 -- 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.apa

[PR] Reduce polymorphism of DocIdSetIterator#docID(). [lucene]

2025-04-10 Thread via GitHub
jpountz opened a new pull request, #14453: URL: https://github.com/apache/lucene/pull/14453 This introduces a new `AbstractDocIdSetIterator` abstract class that tracks the current doc IDs and refactors several `DocIdSetIterator` implementations to extend either this `AbstractDocIdSetIterato

Re: [PR] Reduce polymorphism of DocIdSetIterator#docID(). [lucene]

2025-04-10 Thread via GitHub
stefanvodita commented on PR #14453: URL: https://github.com/apache/lucene/pull/14453#issuecomment-2790752699 Thank you for updating that comment! -- 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