Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-12-03 Thread via GitHub
jpountz merged PR #14012: URL: https://github.com/apache/lucene/pull/14012 -- 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

Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-12-03 Thread via GitHub
jpountz commented on PR #14012: URL: https://github.com/apache/lucene/pull/14012#issuecomment-2515289696 Fair. -- 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 unsubscrib

Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-12-03 Thread via GitHub
msfroh commented on PR #14012: URL: https://github.com/apache/lucene/pull/14012#issuecomment-2515152818 > Looks good, @msfroh.. Can you also add a Changes entry? I wasn't planning to add a CHANGES entry. Nothing functionally changes, there's no optimization. It's just an extremely min

Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-12-03 Thread via GitHub
jpountz commented on PR #14012: URL: https://github.com/apache/lucene/pull/14012#issuecomment-2515030986 @msfroh Do you think you'll have time to add a CHANGES entry? Otherwise I'll do it for you and merge. -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-11-25 Thread via GitHub
msfroh commented on PR #14012: URL: https://github.com/apache/lucene/pull/14012#issuecomment-2499037808 Thanks folks! I made the suggested change and took this PR out of draft. I think this one makes more sense than my previous one over at https://github.com/apache/lucene/pull/13987

Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-11-25 Thread via GitHub
jpountz commented on code in PR #14012: URL: https://github.com/apache/lucene/pull/14012#discussion_r1856772113 ## lucene/core/src/java/org/apache/lucene/search/ScoreCachingWrappingScorer.java: ## @@ -31,8 +31,7 @@ */ public final class ScoreCachingWrappingScorer extends Scor

Re: [PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-11-24 Thread via GitHub
vigyasharma commented on code in PR #14012: URL: https://github.com/apache/lucene/pull/14012#discussion_r1855992186 ## lucene/core/src/java/org/apache/lucene/search/ScoreCachingWrappingScorer.java: ## @@ -31,8 +31,7 @@ */ public final class ScoreCachingWrappingScorer extends

[PR] Simplify logic in ScoreCachingWrappingScorer [lucene]

2024-11-22 Thread via GitHub
msfroh opened a new pull request, #14012: URL: https://github.com/apache/lucene/pull/14012 ### Description This is functionally equivalent to the logic that was present, but makes the behavior clearer. -- This is an automated message from the Apache Git Service. To respond to the m