[jira] [Commented] (LUCENE-10507) Should it be more likely to search concurrently in tests?

2022-06-21 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556683#comment-17556683 ] Adrien Grand commented on LUCENE-10507: --- It looks like this change help find a re

[jira] [Commented] (LUCENE-10507) Should it be more likely to search concurrently in tests?

2022-06-21 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556684#comment-17556684 ] Adrien Grand commented on LUCENE-10507: --- Also we wondered if this change could af

[jira] [Commented] (LUCENE-10507) Should it be more likely to search concurrently in tests?

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

[jira] [Commented] (LUCENE-10507) Should it be more likely to search concurrently in tests?

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

[jira] [Commented] (LUCENE-10507) Should it be more likely to search concurrently in tests?

2022-06-21 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556690#comment-17556690 ] Adrien Grand commented on LUCENE-10507: --- OK I found the issue with the test. The

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

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556475#comment-17556475 ] Tomoko Uchida edited comment on LUCENE-10557 at 6/21/22 7:18 AM:

[jira] [Commented] (LUCENE-10622) Prepare complete migration script to GitHub issue from Jira (best effort)

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556723#comment-17556723 ] Tomoko Uchida commented on LUCENE-10622: Looks like cross-issue links and sub-t

[GitHub] [lucene] kaivalnp commented on a diff in pull request #951: LUCENE-10606: Optimize Prefilter Hit Collection

2022-06-21 Thread GitBox
kaivalnp commented on code in PR #951: URL: https://github.com/apache/lucene/pull/951#discussion_r902336738 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -121,35 +140,15 @@ public Query rewrite(IndexReader reader) throws IOException { return c

[GitHub] [lucene] kaivalnp commented on a diff in pull request #951: LUCENE-10606: Optimize Prefilter Hit Collection

2022-06-21 Thread GitBox
kaivalnp commented on code in PR #951: URL: https://github.com/apache/lucene/pull/951#discussion_r902366042 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k, Query filter) {

[GitHub] [lucene] jpountz commented on a diff in pull request #951: LUCENE-10606: Optimize Prefilter Hit Collection

2022-06-21 Thread GitBox
jpountz commented on code in PR #951: URL: https://github.com/apache/lucene/pull/951#discussion_r902383800 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k, Query filter) {

[jira] [Commented] (LUCENE-10577) Quantize vector values

2022-06-21 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556848#comment-17556848 ] Robert Muir commented on LUCENE-10577: -- Seems like the codec API needs to be fixed

[GitHub] [lucene] gsmiller opened a new pull request, #969: LUCENE-10603: Mark SortedSetDocValues#NO_MORE_ORDS deprecated

2022-06-21 Thread GitBox
gsmiller opened a new pull request, #969: URL: https://github.com/apache/lucene/pull/969 Let's get this marked as deprecated ASAP if we want to actually remove it in a 10.0 release. Unless we remove it, we won't see any performance benefits of LUCENE-10603 since we'll still need to do the i

[jira] [Commented] (LUCENE-10603) Improve iteration of ords for SortedSetDocValues

2022-06-21 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556891#comment-17556891 ] Greg Miller commented on LUCENE-10603: -- [~ChrisLu] thanks again for proposing this

[GitHub] [lucene] gsmiller commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
gsmiller commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1161727452 Thanks @shaie! I was away from my computer since Thursday but should have time to catch up on this today, respond to your comments and do another review pass. Agreed that we're close on thi

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

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556966#comment-17556966 ] Tomoko Uchida commented on LUCENE-10557: I was trying to figure out how to uplo

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

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556966#comment-17556966 ] Tomoko Uchida edited comment on LUCENE-10557 at 6/21/22 3:07 PM:

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

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556475#comment-17556475 ] Tomoko Uchida edited comment on LUCENE-10557 at 6/21/22 3:11 PM:

[GitHub] [lucene] jpountz merged pull request #961: Handle more cases in `BooleanWeight#count`.

2022-06-21 Thread GitBox
jpountz merged PR #961: URL: https://github.com/apache/lucene/pull/961 -- 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.

[GitHub] [lucene] gsmiller merged pull request #969: LUCENE-10603: Mark SortedSetDocValues#NO_MORE_ORDS deprecated

2022-06-21 Thread GitBox
gsmiller merged PR #969: URL: https://github.com/apache/lucene/pull/969 -- 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

[jira] [Commented] (LUCENE-10603) Improve iteration of ords for SortedSetDocValues

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

[GitHub] [lucene] jpountz commented on pull request #964: LUCENE-10620: Pass the Weight to Collectors.

2022-06-21 Thread GitBox
jpountz commented on PR #964: URL: https://github.com/apache/lucene/pull/964#issuecomment-1161979978 I reverted changes to top-docs collectors. This means this new `Collector#setWeight` API is only useful to `TotalHitCountCollector`. I've been wondering if it was worth adding a new API only

[jira] [Commented] (LUCENE-10603) Improve iteration of ords for SortedSetDocValues

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

[GitHub] [lucene] gsmiller commented on pull request #969: LUCENE-10603: Mark SortedSetDocValues#NO_MORE_ORDS deprecated

2022-06-21 Thread GitBox
gsmiller commented on PR #969: URL: https://github.com/apache/lucene/pull/969#issuecomment-1161982047 Thanks @jpountz ! -- 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 u

[GitHub] [lucene] tang-hi opened a new pull request, #970: LUCENE-10607: Fix potential integer overflow in maxArcs computions

2022-06-21 Thread GitBox
tang-hi opened a new pull request, #970: URL: https://github.com/apache/lucene/pull/970 ### Description (or a Jira issue link if you have one) https://issues.apache.org/jira/projects/LUCENE/issues/LUCENE-10607?filter=allopenissues -- This is an automated message from the Apache

[jira] [Commented] (LUCENE-10607) NRTSuggesterBuilder扩展input时溢出

2022-06-21 Thread tangdh (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557029#comment-17557029 ] tangdh commented on LUCENE-10607: - Hi, I've raised a Pr to fix the potential integer ov

[GitHub] [lucene] gsmiller commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
gsmiller commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1162137822 OK, I think I understand the intention with `FSD` long/int decoding more, but I think it could be a little confusing in the API currently. If I was a user, I'd expect there to be four imple

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

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557061#comment-17557061 ] Tomoko Uchida commented on LUCENE-10557: Maybe GitHub's API call rate limit wou

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

2022-06-21 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557061#comment-17557061 ] Tomoko Uchida edited comment on LUCENE-10557 at 6/21/22 7:00 PM:

[GitHub] [lucene] mdmarshmallow commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
mdmarshmallow commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r903051834 ## lucene/facet/src/java/org/apache/lucene/facet/facetset/RangeFacetSetMatcher.java: ## @@ -0,0 +1,166 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

[GitHub] [lucene] mdmarshmallow commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
mdmarshmallow commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r903055633 ## lucene/facet/src/java/org/apache/lucene/facet/facetset/FacetSetsField.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [lucene] gsmiller commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
gsmiller commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r903051691 ## lucene/demo/src/java/org/apache/lucene/demo/facet/CustomFacetSetExample.java: ## @@ -0,0 +1,303 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [lucene] gsmiller commented on a diff in pull request #914: LUCENE-10550: Add getAllChildren functionality to facets

2022-06-21 Thread GitBox
gsmiller commented on code in PR #914: URL: https://github.com/apache/lucene/pull/914#discussion_r903092231 ## lucene/facet/src/java/org/apache/lucene/facet/taxonomy/IntTaxonomyFacets.java: ## @@ -163,6 +164,76 @@ public Number getSpecificValue(String dim, String... path) throw

[GitHub] [lucene] Yuti-G commented on pull request #914: LUCENE-10550: Add getAllChildren functionality to facets

2022-06-21 Thread GitBox
Yuti-G commented on PR #914: URL: https://github.com/apache/lucene/pull/914#issuecomment-1162454475 Thank you so much for the last check! I added more javadoc and a new entry to the CHANGES.txt. For back-porting, should I wait until this PR is merged and checkout a new branch against the la

[GitHub] [lucene] gsmiller commented on pull request #914: LUCENE-10550: Add getAllChildren functionality to facets

2022-06-21 Thread GitBox
gsmiller commented on PR #914: URL: https://github.com/apache/lucene/pull/914#issuecomment-1162469235 > For back-porting, should I wait until this PR is merged and checkout a new branch against the latest branch_9x to cherrypick the merged commit? Thanks again! Exactly! Then you can

[jira] [Commented] (LUCENE-10550) Add getAllChildren functionality to facets

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

[GitHub] [lucene] gsmiller commented on pull request #914: LUCENE-10550: Add getAllChildren functionality to facets

2022-06-21 Thread GitBox
gsmiller commented on PR #914: URL: https://github.com/apache/lucene/pull/914#issuecomment-1162469491 Merged onto `main`. Thanks again @Yuti-G! Exciting to see this new functionality available :) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [lucene] gsmiller merged pull request #914: LUCENE-10550: Add getAllChildren functionality to facets

2022-06-21 Thread GitBox
gsmiller merged PR #914: URL: https://github.com/apache/lucene/pull/914 -- 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

[GitHub] [lucene] Yuti-G opened a new pull request, #971: LUCENE-10550: Add getAllChildren functionality to facets (#914)

2022-06-21 Thread GitBox
Yuti-G opened a new pull request, #971: URL: https://github.com/apache/lucene/pull/971 Just using to backport. -- 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

[jira] [Commented] (LUCENE-10614) Properly support getTopChildren in RangeFacetCounts

2022-06-21 Thread Yuting Gan (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557164#comment-17557164 ] Yuting Gan commented on LUCENE-10614: - Thank you so much for reviewing and merging

[GitHub] [lucene] gsmiller merged pull request #971: LUCENE-10550: Add getAllChildren functionality to facets (#914)

2022-06-21 Thread GitBox
gsmiller merged PR #971: URL: https://github.com/apache/lucene/pull/971 -- 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

[GitHub] [lucene] gsmiller commented on pull request #971: LUCENE-10550: Add getAllChildren functionality to facets (#914)

2022-06-21 Thread GitBox
gsmiller commented on PR #971: URL: https://github.com/apache/lucene/pull/971#issuecomment-1162519460 Thanks @Yuti-G ! -- 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 un

[jira] [Commented] (LUCENE-10550) Add getAllChildren functionality to facets

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

[GitHub] [lucene] zacharymorn commented on pull request #968: [LUCENE-10624] Binary Search for Sparse IndexedDISI advanceWithinBloc…

2022-06-21 Thread GitBox
zacharymorn commented on PR #968: URL: https://github.com/apache/lucene/pull/968#issuecomment-1162539088 Thanks @wuwm for opening this PR! The improvement idea makes sense to me. Quick question though, given the similarities of the binary search implementations in the two methods, is it pos

[jira] [Commented] (LUCENE-10607) NRTSuggesterBuilder扩展input时溢出

2022-06-21 Thread chaseny (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557197#comment-17557197 ] chaseny commented on LUCENE-10607: -- (y) > NRTSuggesterBuilder扩展input时溢出 > ---

[GitHub] [lucene] zacharymorn opened a new pull request, #972: LUCENE-10480: Use BMM scorer for 2 clauses disjunction

2022-06-21 Thread GitBox
zacharymorn opened a new pull request, #972: URL: https://github.com/apache/lucene/pull/972 ### Description (or a Jira issue link if you have one) Use Block-Max-Maxscore algorithm for 2 clauses disjunction. Adapted from PR https://github.com/apache/lucene/pull/101 -- This is an aut

[jira] [Commented] (LUCENE-10603) Improve iteration of ords for SortedSetDocValues

2022-06-21 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557223#comment-17557223 ] Lu Xugang commented on LUCENE-10603: Hi, [~gsmiller]  when I start to work on the r

[GitHub] [lucene] zacharymorn commented on pull request #972: LUCENE-10480: Use BMM scorer for 2 clauses disjunction

2022-06-21 Thread GitBox
zacharymorn commented on PR #972: URL: https://github.com/apache/lucene/pull/972#issuecomment-1162613846 Hi @jpountz , I have adapted the original BMM PR https://github.com/apache/lucene/pull/101 to the latest codebase and run further experiments on using it for 2 clauses disjunction. The r

[GitHub] [lucene] shaie commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
shaie commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r903277452 ## lucene/demo/src/java/org/apache/lucene/demo/facet/CustomFacetSetExample.java: ## @@ -0,0 +1,303 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [lucene] shaie commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
shaie commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r903277577 ## lucene/demo/src/java/org/apache/lucene/demo/facet/CustomFacetSetExample.java: ## @@ -0,0 +1,303 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[GitHub] [lucene] shaie commented on a diff in pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-06-21 Thread GitBox
shaie commented on code in PR #841: URL: https://github.com/apache/lucene/pull/841#discussion_r903278541 ## lucene/facet/docs/FacetSets.adoc: ## @@ -0,0 +1,130 @@ += FacetSets Overview +:toc: + +This document describes the `FacetSets` capability, which allows to aggregate on mu

[GitHub] [lucene] LuXugang commented on a diff in pull request #967: LUCENE-10623: Error implementation of docValueCount for SortingSortedSetDocValues

2022-06-21 Thread GitBox
LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r903314253 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -439,29 +433,42 @@ private void set() { static final class DocOrds { final lon

[GitHub] [lucene] kaivalnp commented on a diff in pull request #951: LUCENE-10606: Optimize Prefilter Hit Collection

2022-06-21 Thread GitBox
kaivalnp commented on code in PR #951: URL: https://github.com/apache/lucene/pull/951#discussion_r903319874 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k, Query filter) {