[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/7/22 5:42 AM:

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/7/22 5:30 AM:

[GitHub] [lucene] zacharymorn commented on pull request #1006: LUCENE-10480: Move scoring from advance to TwoPhaseIterator#matches to improve disjunction within conjunction

2022-07-06 Thread GitBox
zacharymorn commented on PR #1006: URL: https://github.com/apache/lucene/pull/1006#issuecomment-1177067295 > I don't understand why top-level disjunctions get faster but the change looks good to me. Oh sorry @jpountz I should have mentioned it explicitly as well. The benchmark baseli

[GitHub] [lucene] Yuti-G commented on a diff in pull request #974: LUCENE-10614: Properly support getTopChildren in RangeFacetCounts

2022-07-06 Thread GitBox
Yuti-G commented on code in PR #974: URL: https://github.com/apache/lucene/pull/974#discussion_r915448876 ## lucene/demo/src/java/org/apache/lucene/demo/facet/DistanceFacetsExample.java: ## @@ -212,7 +212,26 @@ public static Query getBoundingBoxQuery( } /** User runs a q

[jira] [Commented] (LUCENE-10480) Specialize 2-clauses disjunctions

2022-07-06 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563536#comment-17563536 ] Zach Chen commented on LUCENE-10480: Ok I see. Maybe I can also try to run some ben

[GitHub] [lucene] zacharymorn commented on pull request #1006: LUCENE-10480: Move scoring from advance to TwoPhaseIterator#matches to improve disjunction within conjunction

2022-07-06 Thread GitBox
zacharymorn commented on PR #1006: URL: https://github.com/apache/lucene/pull/1006#issuecomment-1176956180 Here are the latest benchmark results: ``` TaskQPS baseline StdDevQPS my_modified_version StdDevPct diff p-value

[GitHub] [lucene] zacharymorn commented on a diff in pull request #1006: LUCENE-10480: Move scoring from advance to TwoPhaseIterator#matches to improve disjunction within conjunction

2022-07-06 Thread GitBox
zacharymorn commented on code in PR #1006: URL: https://github.com/apache/lucene/pull/1006#discussion_r915373539 ## lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java: ## @@ -251,8 +230,31 @@ public long cost() { @Override public boolean ma

[GitHub] [lucene] stefanvodita commented on pull request #1004: LUCENE-10603: Stop using SortedSetDocValues.NO_MORE_ORDS in tests

2022-07-06 Thread GitBox
stefanvodita commented on PR #1004: URL: https://github.com/apache/lucene/pull/1004#issuecomment-1176829752 I'd missed the occurrences in `BaseDocValuesFormatTestCase`. Should be fixed now. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [lucene] stefanvodita commented on a diff in pull request #1004: LUCENE-10603: Stop using SortedSetDocValues.NO_MORE_ORDS in tests

2022-07-06 Thread GitBox
stefanvodita commented on code in PR #1004: URL: https://github.com/apache/lucene/pull/1004#discussion_r915312180 ## lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstDirectory.java: ## @@ -533,14 +533,14 @@ public void testDocValuesMemoryIndexVsNormalI

[GitHub] [lucene] mikemccand merged pull request #633: LUCENE-10216: Use MergeScheduler and MergePolicy to run addIndexes(CodecReader[]) merges.

2022-07-06 Thread GitBox
mikemccand merged PR #633: URL: https://github.com/apache/lucene/pull/633 -- 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.apac

[jira] [Commented] (LUCENE-10216) Add concurrency to addIndexes(CodecReader…) API

2022-07-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563440#comment-17563440 ] ASF subversion and git services commented on LUCENE-10216: -- Co

[jira] [Comment Edited] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563427#comment-17563427 ] Uwe Schindler edited comment on LUCENE-10643 at 7/6/22 8:51 PM: -

[jira] [Commented] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563427#comment-17563427 ] Uwe Schindler commented on LUCENE-10643: [~Nayana]: Would it be possible to get

[GitHub] [lucene] gsmiller commented on a diff in pull request #1004: LUCENE-10603: Stop using SortedSetDocValues.NO_MORE_ORDS in tests

2022-07-06 Thread GitBox
gsmiller commented on code in PR #1004: URL: https://github.com/apache/lucene/pull/1004#discussion_r915237424 ## lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndexAgainstDirectory.java: ## @@ -533,14 +533,14 @@ public void testDocValuesMemoryIndexVsNormalIndex

[jira] [Commented] (LUCENE-9454) Upgrade hamcrest to version 2.2

2022-07-06 Thread Alan Woodward (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563426#comment-17563426 ] Alan Woodward commented on LUCENE-9454: --- Oops, yes, it should be https://issues.ap

[jira] [Commented] (LUCENE-9454) Upgrade hamcrest to version 2.2

2022-07-06 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563422#comment-17563422 ] Gus Heck commented on LUCENE-9454: -- The second commit listed here appears to be attribu

[jira] [Created] (LUCENE-10644) Facets#getAllChildren testing should ignore child order

2022-07-06 Thread Greg Miller (Jira)
Greg Miller created LUCENE-10644: Summary: Facets#getAllChildren testing should ignore child order Key: LUCENE-10644 URL: https://issues.apache.org/jira/browse/LUCENE-10644 Project: Lucene - Core

[jira] [Updated] (LUCENE-10644) Facets#getAllChildren testing should ignore child order

2022-07-06 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller updated LUCENE-10644: - Attachment: failing tests.png > Facets#getAllChildren testing should ignore child order > -

[GitHub] [lucene] madrob merged pull request #989: Add back-compat indices for 8.11.2

2022-07-06 Thread GitBox
madrob merged PR #989: URL: https://github.com/apache/lucene/pull/989 -- 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.apache.o

[jira] [Commented] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563396#comment-17563396 ] Andriy Redko commented on LUCENE-10642: --- Yeah, but I have not seen the problem wi

[jira] [Comment Edited] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563382#comment-17563382 ] Uwe Schindler edited comment on LUCENE-10642 at 7/6/22 6:36 PM: -

[jira] [Comment Edited] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563382#comment-17563382 ] Uwe Schindler edited comment on LUCENE-10642 at 7/6/22 6:36 PM: -

[jira] [Commented] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563382#comment-17563382 ] Uwe Schindler commented on LUCENE-10642: bq. From the user perspective, is it n

[jira] [Comment Edited] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563380#comment-17563380 ] Andriy Redko edited comment on LUCENE-10642 at 7/6/22 6:33 PM: --

[jira] [Comment Edited] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563380#comment-17563380 ] Andriy Redko edited comment on LUCENE-10642 at 7/6/22 6:33 PM: --

[jira] [Commented] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563380#comment-17563380 ] Andriy Redko commented on LUCENE-10642: --- Thanks for checking it [~uschindler],  t

[jira] [Resolved] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-10643. Resolution: Resolved > Lucene Jenkins CI - s390x support > -

[GitHub] [lucene] gsmiller opened a new pull request, #1007: Small tweak to PointRangeQuery#visit logic

2022-07-06 Thread GitBox
gsmiller opened a new pull request, #1007: URL: https://github.com/apache/lucene/pull/1007 ### Description (or a Jira issue link if you have one) This is very minor, but it caught my eye when looking through `PointRangeQuery` for other reasons. Unfortunately, I don't know that we have

[jira] [Comment Edited] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563374#comment-17563374 ] Uwe Schindler edited comment on LUCENE-10643 at 7/6/22 6:23 PM: -

[jira] [Updated] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10643: --- Labels: jenkins (was: jenkins solr) > Lucene Jenkins CI - s390x support > ---

[jira] [Commented] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563374#comment-17563374 ] Uwe Schindler commented on LUCENE-10643: Job is here: https://ci-builds.apache

[jira] [Commented] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563372#comment-17563372 ] Uwe Schindler commented on LUCENE-10643: I opened a new issue for Solr: SOLR-16

[jira] [Updated] (LUCENE-10643) Lucene Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-10643: --- Description: This issue adds Lucene builds on ASF Jenkins with S390x architecture (big end

[jira] [Moved] (LUCENE-10643) Solr Jenkins CI - s390x support

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler moved SOLR-16221 to LUCENE-10643: --- Key: LUCENE-10643 (was: SOLR-16221) Lucene Fields: N

[jira] [Commented] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563351#comment-17563351 ] Uwe Schindler commented on LUCENE-10642: The question is: How was this handled

[jira] [Commented] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563350#comment-17563350 ] Uwe Schindler commented on LUCENE-10642: I think the common replacements should

[jira] [Commented] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563272#comment-17563272 ] Andriy Redko commented on LUCENE-10642: --- [~jpountz] [~mharwood]  if the issue mak

[jira] [Updated] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andriy Redko updated LUCENE-10642: -- Description: Interesting issue has been reported to Opensearch project [1], which has been c

[jira] [Updated] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andriy Redko updated LUCENE-10642: -- Description: Interesting issue has been reported to Opensearch project [1], which has been c

[jira] [Created] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
Andriy Redko created LUCENE-10642: - Summary: Regexp query: escape sequences are treated as character classes Key: LUCENE-10642 URL: https://issues.apache.org/jira/browse/LUCENE-10642 Project: Lucene -

[jira] [Updated] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andriy Redko updated LUCENE-10642: -- Affects Version/s: 9.2 9.1 9.3 > Regexp query:

[jira] [Updated] (LUCENE-10642) Regexp query: escape sequences are treated as character classes

2022-07-06 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andriy Redko updated LUCENE-10642: -- Description: Interesting issue has been reported to Opensearch project [1], which has been c

[GitHub] [lucene-jira-archive] dweiss commented on issue #8: Set assignee field for issues if the account mapping is given

2022-07-06 Thread GitBox
dweiss commented on issue #8: URL: https://github.com/apache/lucene-jira-archive/issues/8#issuecomment-1176219052 I'm on holidays but I can click on the invitation if I receive one, @mocobeta -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #18: Check if the assignee account can be assigned on the repo

2022-07-06 Thread GitBox
mocobeta opened a new pull request, #18: URL: https://github.com/apache/lucene-jira-archive/pull/18 #8 Before importing an issue, check if the `assignee` can be assigned. https://docs.github.com/en/rest/issues/assignees#check-if-a-user-can-be-assigned -- This is an automated me

[GitHub] [lucene-jira-archive] mocobeta commented on issue #8: Set assignee field for issues if the account mapping is given

2022-07-06 Thread GitBox
mocobeta commented on issue #8: URL: https://github.com/apache/lucene-jira-archive/issues/8#issuecomment-1176069547 @mikemccand I invited you to a test repository to test if we can set (migrate) issues' `Assignee` field. An email should have been sent - can you please accept it? -- This

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 9:49 AM:

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 9:49 AM:

[GitHub] [lucene-jira-archive] mocobeta commented on issue #8: Set assignee field for issues if the account mapping is given

2022-07-06 Thread GitBox
mocobeta commented on issue #8: URL: https://github.com/apache/lucene-jira-archive/issues/8#issuecomment-1176017738 But - how to test this. -- 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 s

[GitHub] [lucene-jira-archive] mocobeta commented on issue #8: Set assignee field for issues if the account mapping is given

2022-07-06 Thread GitBox
mocobeta commented on issue #8: URL: https://github.com/apache/lucene-jira-archive/issues/8#issuecomment-1175999120 It looks like the caller can't set other accounts to issue's assignee via import API. ``` [2022-07-06 18:21:19,478] ERROR:import_github_issues: Import GitHub issue

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 8:39 AM:

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 8:33 AM:

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 8:31 AM:

[jira] [Commented] (LUCENE-10557) Migrate to GitHub issue from Jira

2022-07-06 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563055#comment-17563055 ] Tomoko Uchida commented on LUCENE-10557: Overall, I think we have [a relatively

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 8:30 AM:

[jira] [Comment Edited] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng edited comment on LUCENE-10627 at 7/6/22 8:20 AM:

[jira] [Commented] (LUCENE-10627) Using CompositeByteBuf to Reduce Memory Copy

2022-07-06 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563044#comment-17563044 ] LuYunCheng commented on LUCENE-10627: - [~jpountz]  Hi, I try to use ByteBuffersData

[jira] [Commented] (LUCENE-10480) Specialize 2-clauses disjunctions

2022-07-06 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17563022#comment-17563022 ] Adrien Grand commented on LUCENE-10480: --- I still suspect that one issue when only

[GitHub] [lucene-jira-archive] mocobeta merged pull request #17: Split up updating script

2022-07-06 Thread GitBox
mocobeta merged PR #17: URL: https://github.com/apache/lucene-jira-archive/pull/17 -- 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...@lu

[GitHub] [lucene] jpountz commented on a diff in pull request #1006: LUCENE-10480: Move scoring from advance to TwoPhaseIterator#matches to improve disjunction within conjunction

2022-07-06 Thread GitBox
jpountz commented on code in PR #1006: URL: https://github.com/apache/lucene/pull/1006#discussion_r914495821 ## lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java: ## @@ -251,8 +230,31 @@ public long cost() { @Override public boolean matche

[GitHub] [lucene-jira-archive] mocobeta closed issue #16: Break up issue updating script into small sub-steps

2022-07-06 Thread GitBox
mocobeta closed issue #16: Break up issue updating script into small sub-steps URL: https://github.com/apache/lucene-jira-archive/issues/16 -- 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 specifi