jpountz commented on code in PR #12040:
URL: https://github.com/apache/lucene/pull/12040#discussion_r1057563242
##
lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java:
##
@@ -204,11 +204,11 @@ BooleanQuery rewriteNoScoring(IndexSearcher
indexSearcher) throws IOExcep
twosom commented on code in PR #12040:
URL: https://github.com/apache/lucene/pull/12040#discussion_r1057574839
##
lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java:
##
@@ -204,11 +204,11 @@ BooleanQuery rewriteNoScoring(IndexSearcher
indexSearcher) throws IOExcept
jpountz merged PR #12039:
URL: https://github.com/apache/lucene/pull/12039
--
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
jpountz merged PR #11968:
URL: https://github.com/apache/lucene/pull/11968
--
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
jpountz merged PR #12011:
URL: https://github.com/apache/lucene/pull/12011
--
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
jpountz merged PR #12037:
URL: https://github.com/apache/lucene/pull/12037
--
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
twosom commented on code in PR #12040:
URL: https://github.com/apache/lucene/pull/12040#discussion_r1057622205
##
lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java:
##
@@ -346,21 +338,15 @@ public Query rewrite(IndexSearcher indexSearcher) throws
IOException {
twosom commented on code in PR #12040:
URL: https://github.com/apache/lucene/pull/12040#discussion_r1057623506
##
lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java:
##
@@ -346,21 +338,15 @@ public Query rewrite(IndexSearcher indexSearcher) throws
IOException {
twosom commented on code in PR #12040:
URL: https://github.com/apache/lucene/pull/12040#discussion_r1057623506
##
lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java:
##
@@ -346,21 +338,15 @@ public Query rewrite(IndexSearcher indexSearcher) throws
IOException {
twosom commented on code in PR #12040:
URL: https://github.com/apache/lucene/pull/12040#discussion_r1057624186
##
lucene/core/src/java/org/apache/lucene/search/BooleanQuery.java:
##
@@ -408,19 +393,15 @@ public Query rewrite(IndexSearcher indexSearcher) throws
IOException {
ErikPelli commented on PR #12035:
URL: https://github.com/apache/lucene/pull/12035#issuecomment-1365878989
> The change to `IndexSearcher#slices` looks fine. I'm less sure about
changes to `DefaultBulkScorer`: it puts more pressure on the compiler to detect
that `twoPhase == null` is a loop
11 matches
Mail list logo