[jira] [Commented] (LUCENE-10606) Optimize hit collection of prefilter in KnnVectorQuery for BitSet backed queries

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

[jira] [Commented] (LUCENE-10606) Optimize hit collection of prefilter in KnnVectorQuery for BitSet backed queries

2022-06-27 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559039#comment-17559039 ] Julie Tibshirani commented on LUCENE-10606: --- I'm closing this out since we ad

[jira] [Resolved] (LUCENE-10606) Optimize hit collection of prefilter in KnnVectorQuery for BitSet backed queries

2022-06-27 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani resolved LUCENE-10606. --- Resolution: Fixed > Optimize hit collection of prefilter in KnnVectorQuery for BitS

[jira] [Updated] (LUCENE-10606) Optimize hit collection of prefilter in KnnVectorQuery for BitSet backed queries

2022-06-27 Thread Julie Tibshirani (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julie Tibshirani updated LUCENE-10606: -- Fix Version/s: 9.3 > Optimize hit collection of prefilter in KnnVectorQuery for BitSe

[GitHub] [lucene-solr] iverase merged pull request #2664: [8.11] Backport - LUCENE-9580: Don't introduce collinear edges when splitting polygon

2022-06-27 Thread GitBox
iverase merged PR #2664: URL: https://github.com/apache/lucene-solr/pull/2664 -- 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.

[jira] [Commented] (LUCENE-9580) Tessellator failure for a certain polygon

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

[GitHub] [lucene] jtibshirani opened a new pull request, #986: Fix FieldExistsQuery rewrite when all docs have vectors

2022-06-27 Thread GitBox
jtibshirani opened a new pull request, #986: URL: https://github.com/apache/lucene/pull/986 Before we were checking the number of vectors in the segment against the total number of documents in IndexReader. This meant FieldExistsQuery would not rewrite to MatchAllDocsQuery when there w

[GitHub] [lucene] jtibshirani merged pull request #986: Fix FieldExistsQuery rewrite when all docs have vectors

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

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

2022-06-27 Thread GitBox
jpountz commented on code in PR #951: URL: https://github.com/apache/lucene/pull/951#discussion_r907105526 ## 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 pull request #972: LUCENE-10480: Use BMM scorer for 2 clauses disjunction

2022-06-27 Thread GitBox
jpountz commented on PR #972: URL: https://github.com/apache/lucene/pull/972#issuecomment-1167025504 > I feel the effect would be similar? Indeed, sorry I had misread your code! > In terms of next steps, I'm wondering if there's a preference between bulk scorer and scorer imple

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

2022-06-27 Thread GitBox
jpountz commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907109652 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -382,23 +386,20 @@ public int advance(int target) { public boolean advanceExact(in

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

2022-06-27 Thread GitBox
LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907126551 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -382,23 +386,20 @@ public int advance(int target) { public boolean advanceExact(i

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

2022-06-27 Thread GitBox
jpountz commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907164385 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -382,23 +386,20 @@ public int advance(int target) { public boolean advanceExact(in

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

2022-06-27 Thread GitBox
LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907169606 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -382,23 +386,20 @@ public int advance(int target) { public boolean advanceExact(i

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

2022-06-27 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559095#comment-17559095 ] Tomoko Uchida commented on LUCENE-10622: There were three issues that won't be

[GitHub] [lucene] alessandrobenedetti commented on pull request #926: VectorSimilarityFunction reverse removal

2022-06-27 Thread GitBox
alessandrobenedetti commented on PR #926: URL: https://github.com/apache/lucene/pull/926#issuecomment-1167161892 My plan is to merge tomorrow morning UK time. If you have any additional concerns let me know! -- This is an automated message from the Apache Git Service. To respond to the me

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

2022-06-27 Thread GitBox
LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907325756 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -415,34 +416,43 @@ public BytesRef lookupOrd(long ord) throws IOException { publi

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

2022-06-27 Thread GitBox
LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907329493 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -382,23 +386,20 @@ public int advance(int target) { public boolean advanceExact(i

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

2022-06-27 Thread GitBox
jpountz commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r907352353 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -415,34 +419,45 @@ public BytesRef lookupOrd(long ord) throws IOException { public

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

2022-06-27 Thread LuYunCheng (Jira)
LuYunCheng created LUCENE-10627: --- Summary: Using CompositeByteBuf to Reduce Memory Copy Key: LUCENE-10627 URL: https://issues.apache.org/jira/browse/LUCENE-10627 Project: Lucene - Core Issue Ty

[GitHub] [lucene] luyuncheng opened a new pull request, #987: Using CompositeByteBuf to Reduce Memory Copy

2022-06-27 Thread GitBox
luyuncheng opened a new pull request, #987: URL: https://github.com/apache/lucene/pull/987 JIRA: https://issues.apache.org/jira/browse/LUCENE-10627 I see When Lucene Do flush and merge store fields, need many memory copies: ``` Lucene Merge Thread #25940]" #906546 daemon prio=5 os_pr

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

2022-06-27 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LuYunCheng updated LUCENE-10627: Description: Code: https://github.com/apache/lucene/pull/987 I see When Lucene Do flush and merg

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

2022-06-27 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559161#comment-17559161 ] Tomoko Uchida commented on LUCENE-10557: I opened an INFRA issue https://issues

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

2022-06-27 Thread LuYunCheng (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LuYunCheng updated LUCENE-10627: Description: Code: [https://github.com/apache/lucene/pull/987] I see When Lucene Do flush and me

[GitHub] [lucene] mayya-sharipova commented on pull request #926: VectorSimilarityFunction reverse removal

2022-06-27 Thread GitBox
mayya-sharipova commented on PR #926: URL: https://github.com/apache/lucene/pull/926#issuecomment-1167351533 @alessandrobenedetti Thanks for running the tests, the test results look good to me. I was also wondering if you have addressed the previous Mike S.'s [comment](https://github.co

[GitHub] [lucene] mocobeta opened a new pull request, #988: LUCENE-10557: temprarily enable github issue

2022-06-27 Thread GitBox
mocobeta opened a new pull request, #988: URL: https://github.com/apache/lucene/pull/988 This temporarily enables github issue for testing (LUCENE-10557). https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Repositoryfeatures After checki

[jira] [Commented] (LUCENE-10571) Monitor alternative "TermFilter" Presearcher for sparse filter fields

2022-06-27 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559248#comment-17559248 ] Chris M. Hostetter commented on LUCENE-10571: - /ping [~romseygeek] ... curi

[GitHub] [lucene] uschindler commented on pull request #978: Remove/deprecate obsolete constants in oal.util.Constants; remove code which is no longer executed after Java 9

2022-06-27 Thread GitBox
uschindler commented on PR #978: URL: https://github.com/apache/lucene/pull/978#issuecomment-1167583777 I will merge this later this evening unless somebody complains :-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2022-06-27 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559276#comment-17559276 ] Michael McCandless commented on LUCENE-10557: - {quote}  Jira markup is conv

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

2022-06-27 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17559285#comment-17559285 ] Uwe Schindler commented on LUCENE-10557: Once we have done this: Should we rewr

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

2022-06-27 Thread Dawid Weiss (Jira)
Title: Message Title Dawid Weiss commented

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

2022-06-27 Thread Dawid Weiss (Jira)
Title: Message Title Dawid Weiss edited a

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

2022-06-27 Thread Tomoko Uchida (Jira)
Title: Message Title Tomoko Uchida comment

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

2022-06-27 Thread Tomoko Uchida (Jira)
Title: Message Title Tomoko Uchida edited

[GitHub] [lucene] madrob opened a new pull request, #989: Add back-compat indices for 8.11.2

2022-06-27 Thread GitBox
madrob opened a new pull request, #989: URL: https://github.com/apache/lucene/pull/989 Regenerated the index manually, not using the wizard. Spent a lot of time trying to isolate the failures, but couldn't figure them out. New index seems to work but I would appreciate other folks testing i

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

2022-06-27 Thread Tomoko Uchida (Jira)
Title: Message Title Tomoko Uchida edited

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

2022-06-27 Thread GitBox
gsmiller commented on code in PR #974: URL: https://github.com/apache/lucene/pull/974#discussion_r907916354 ## lucene/facet/src/java/org/apache/lucene/facet/range/RangeFacetCounts.java: ## @@ -232,20 +233,43 @@ public FacetResult getAllChildren(String dim, String... path) throw

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

2022-06-27 Thread Tomoko Uchida (Jira)
Title: Message Title Tomoko Uchida comment

[GitHub] [lucene] LuXugang merged pull request #967: LUCENE-10623: Error implementation of docValueCount for SortingSortedSetDocValues

2022-06-27 Thread GitBox
LuXugang merged PR #967: URL: https://github.com/apache/lucene/pull/967 -- 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] LuXugang commented on a diff in pull request #967: LUCENE-10623: Error implementation of docValueCount for SortingSortedSetDocValues

2022-06-27 Thread GitBox
LuXugang commented on code in PR #967: URL: https://github.com/apache/lucene/pull/967#discussion_r908003266 ## lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java: ## @@ -415,34 +419,45 @@ public BytesRef lookupOrd(long ord) throws IOException { publi

[jira] [Commented] (LUCENE-10623) Error implementation of docValueCount for SortingSortedSetDocValues

2022-06-27 Thread ASF subversion and git services (Jira)
Title: Message Title ASF subversion and gi

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

2022-06-27 Thread Lu Xugang (Jira)
Title: Message Title Lu Xugang commented o

[jira] [Resolved] (LUCENE-10623) Error implementation of docValueCount for SortingSortedSetDocValues

2022-06-27 Thread Lu Xugang (Jira)
Title: Message Title Lu Xugang resolved as

[GitHub] [lucene] LuXugang merged pull request #990: Add entry

2022-06-27 Thread GitBox
LuXugang merged PR #990: URL: https://github.com/apache/lucene/pull/990 -- 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] zacharymorn commented on pull request #972: LUCENE-10480: Use BMM scorer for 2 clauses disjunction

2022-06-27 Thread GitBox
zacharymorn commented on PR #972: URL: https://github.com/apache/lucene/pull/972#issuecomment-1168197720 > > I feel the effect would be similar? > > Indeed, sorry I had misread your code! > No worry, thanks still for the suggestion! > > No, it shouldn't matter. Bu

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

2022-06-27 Thread GitBox
zacharymorn commented on PR #972: URL: https://github.com/apache/lucene/pull/972#issuecomment-1168202563 For `OrHighPhraseHighPhrase`, the JFR CPU sampling result looks similar, but with the modified version calling `advanceShallow` more often, suggesting the BMM implementation might be doi

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

2022-06-27 Thread GitBox
Yuti-G commented on code in PR #974: URL: https://github.com/apache/lucene/pull/974#discussion_r908038451 ## 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-10623) Error implementation of docValueCount for SortingSortedSetDocValues

2022-06-27 Thread ASF subversion and git services (Jira)
Title: Message Title ASF subversion and gi

[GitHub] [lucene] alessandrobenedetti commented on pull request #926: VectorSimilarityFunction reverse removal

2022-06-27 Thread GitBox
alessandrobenedetti commented on PR #926: URL: https://github.com/apache/lucene/pull/926#issuecomment-1168280355 > "I was also wondering if you have addressed the previous Mike S.'s https://github.com/apache/lucene/pull/926#issuecomment-1164418508. I assume that your train files (e.g.sift-1

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

2022-06-27 Thread GitBox
Yuti-G commented on code in PR #974: URL: https://github.com/apache/lucene/pull/974#discussion_r908084991 ## lucene/facet/src/java/org/apache/lucene/facet/range/RangeFacetCounts.java: ## @@ -232,20 +233,43 @@ public FacetResult getAllChildren(String dim, String... path) throws

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

2022-06-27 Thread GitBox
Yuti-G commented on code in PR #974: URL: https://github.com/apache/lucene/pull/974#discussion_r908084991 ## lucene/facet/src/java/org/apache/lucene/facet/range/RangeFacetCounts.java: ## @@ -232,20 +233,43 @@ public FacetResult getAllChildren(String dim, String... path) throws

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

2022-06-27 Thread Dawid Weiss (Jira)
Title: Message Title Dawid Weiss commented