[GitHub] [lucene-jira-archive] mocobeta opened a new issue, #15: Make a script to add comments to all Jira issues to indicate that "this was moved to GitHub"

2022-07-05 Thread GitBox
mocobeta opened a new issue, #15: URL: https://github.com/apache/lucene-jira-archive/issues/15 After migration, Jira issues should not be updated. To prevent updating Jira and guiding people who reach Jira to GitHub, comments should be added to Jira issues that indicate the corresponding

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

2022-07-05 Thread GitBox
mocobeta opened a new issue, #16: URL: https://github.com/apache/lucene-jira-archive/issues/16 The current issue updating script (for the "second pass") does three things: 1. iterate all GitHub issues/comments 2. create re-mapped cross-issue links 3. update issues/comments that inclu

[jira] [Commented] (LUCENE-10636) Could the partial score sum from essential list scores be cached?

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

[jira] [Commented] (LUCENE-10636) Could the partial score sum from essential list scores be cached?

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

[jira] [Resolved] (LUCENE-10636) Could the partial score sum from essential list scores be cached?

2022-07-05 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10636. --- Fix Version/s: 9.3 Resolution: Fixed > Could the partial score sum from essential li

[GitHub] [lucene] jpountz merged pull request #1005: LUCENE-10636: Avoid computing the same scores multiple times.

2022-07-05 Thread GitBox
jpountz merged PR #1005: URL: https://github.com/apache/lucene/pull/1005 -- 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.apach

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r913896000 ## lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene91/Lucene91HnswVectorsWriter.java: ## @@ -58,7 +57,6 @@ public final class Lucene91HnswVe

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

2022-07-05 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562711#comment-17562711 ] Adrien Grand commented on LUCENE-10480: --- Nightly benchmarks picked up the change

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

2022-07-05 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562730#comment-17562730 ] Adrien Grand commented on LUCENE-10480: --- Looking at this new scorer from the pers

[jira] [Commented] (LUCENE-8806) WANDScorer should support two-phase iterator

2022-07-05 Thread Denilson Amorim (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562758#comment-17562758 ] Denilson Amorim commented on LUCENE-8806: - Before reformulating my question. Let

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914008509 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java: ## @@ -203,8 +204,11 @@ private NeighborQueue searchLevel( return results; } -

[jira] [Commented] (LUCENE-10639) WANDScorer performs better without two-phase

2022-07-05 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562786#comment-17562786 ] Greg Miller commented on LUCENE-10639: -- As a quick update, I ran benchmarks with j

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

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

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

2022-07-05 Thread GitBox
gsmiller commented on code in PR #974: URL: https://github.com/apache/lucene/pull/974#discussion_r914083105 ## lucene/demo/src/java/org/apache/lucene/demo/facet/RangeFacetsExample.java: ## @@ -73,6 +76,30 @@ public void index() throws IOException { indexWriter.addDocument

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914113679 ## lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java: ## @@ -24,28 +24,40 @@ import org.apache.lucene.index.DocIDMerger; import org.apache.lucen

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914119921 ## lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java: ## @@ -24,28 +24,40 @@ import org.apache.lucene.index.DocIDMerger; import org.apache.lucen

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914119921 ## lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java: ## @@ -24,28 +24,40 @@ import org.apache.lucene.index.DocIDMerger; import org.apache.lucen

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914126920 ## lucene/core/src/java/org/apache/lucene/index/VectorValuesConsumer.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914132447 ## lucene/core/src/java/org/apache/lucene/index/VectorValuesWriter.java: ## @@ -26,233 +26,153 @@ import org.apache.lucene.codecs.KnnVectorsWriter; import org.apa

[jira] [Commented] (LUCENE-10626) Hunspell: add tools to aid dictionary editing: analysis introspection, stem expansion and stem/flag suggestion

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

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

2022-07-05 Thread GitBox
gsmiller commented on code in PR #1004: URL: https://github.com/apache/lucene/pull/1004#discussion_r914131349 ## lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java: ## @@ -298,10 +298,10 @@ public void testDocValues() throws Exception { assertEquals(

[GitHub] [lucene] donnerpeter merged pull request #975: LUCENE-10626 Hunspell: add tools to aid dictionary editing

2022-07-05 Thread GitBox
donnerpeter merged PR #975: URL: https://github.com/apache/lucene/pull/975 -- 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] shahrs87 commented on pull request #907: LUCENE-10357 Ghost fields and postings/points

2022-07-05 Thread GitBox
shahrs87 commented on PR #907: URL: https://github.com/apache/lucene/pull/907#issuecomment-1175446230 @jpountz There are no null or terms.EMPTY checks in CheckIndex class anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914171256 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java: ## @@ -203,8 +204,11 @@ private NeighborQueue searchLevel( return results; } -

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914132447 ## lucene/core/src/java/org/apache/lucene/index/VectorValuesWriter.java: ## @@ -26,233 +26,153 @@ import org.apache.lucene.codecs.KnnVectorsWriter; import org.apa

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914172262 ## lucene/core/src/java/org/apache/lucene/codecs/lucene93/Lucene93HnswVectorsWriter.java: ## @@ -116,7 +119,193 @@ public final class Lucene93HnswVectorsWriter exte

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914172811 ## lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java: ## @@ -24,28 +24,40 @@ import org.apache.lucene.index.DocIDMerger; import org.apache.lucen

[GitHub] [lucene] mayya-sharipova commented on a diff in pull request #992: LUCENE-10592 Build HNSW Graph on indexing

2022-07-05 Thread GitBox
mayya-sharipova commented on code in PR #992: URL: https://github.com/apache/lucene/pull/992#discussion_r914172979 ## lucene/core/src/java/org/apache/lucene/codecs/perfield/PerFieldKnnVectorsFormat.java: ## @@ -94,17 +95,61 @@ public KnnVectorsReader fieldsReader(SegmentReadStat

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

2022-07-05 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562832#comment-17562832 ] Greg Miller commented on LUCENE-10603: -- Thanks [~stefanvodita] for jumping in as w

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

2022-07-05 Thread GitBox
stefanvodita commented on PR #1004: URL: https://github.com/apache/lucene/pull/1004#issuecomment-1175589343 Thanks @gsmiller for patiently checking through all those changes! I’ve reverted the ones you pointed out. -- This is an automated message from the Apache Git Service. To respond to

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

2022-07-05 Thread GitBox
stefanvodita commented on code in PR #1004: URL: https://github.com/apache/lucene/pull/1004#discussion_r914274231 ## lucene/memory/src/test/org/apache/lucene/index/memory/TestMemoryIndex.java: ## @@ -298,10 +298,10 @@ public void testDocValues() throws Exception { assertEqu

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

2022-07-05 Thread GitBox
stefanvodita commented on code in PR #1004: URL: https://github.com/apache/lucene/pull/1004#discussion_r914274530 ## lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java: ## @@ -2576,11 +2576,11 @@ public void assertDocValuesEquals(String info, IndexR

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

2022-07-05 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562919#comment-17562919 ] Zach Chen commented on LUCENE-10480: {quote}Nightly benchmarks picked up the change

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

2022-07-05 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562919#comment-17562919 ] Zach Chen edited comment on LUCENE-10480 at 7/6/22 2:12 AM:

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

2022-07-05 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562919#comment-17562919 ] Zach Chen edited comment on LUCENE-10480 at 7/6/22 2:13 AM:

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

2022-07-05 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562919#comment-17562919 ] Zach Chen edited comment on LUCENE-10480 at 7/6/22 2:15 AM:

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

2022-07-05 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562919#comment-17562919 ] Zach Chen edited comment on LUCENE-10480 at 7/6/22 2:15 AM:

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

2022-07-05 Thread GitBox
zacharymorn opened a new pull request, #1006: URL: https://github.com/apache/lucene/pull/1006 ### Description (or a Jira issue link if you have one) Follow-up changes for https://issues.apache.org/jira/browse/LUCENE-10480 to improve performance for disjunction within conjunction quer

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

2022-07-05 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17562944#comment-17562944 ] Zach Chen commented on LUCENE-10480: {quote}maybe there are bits from advance() tha

[jira] [Resolved] (LUCENE-10626) Hunspell: add tools to aid dictionary editing: analysis introspection, stem expansion and stem/flag suggestion

2022-07-05 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov resolved LUCENE-10626. --- Resolution: Fixed > Hunspell: add tools to aid dictionary editing: analysis introspection,

[jira] [Closed] (LUCENE-10626) Hunspell: add tools to aid dictionary editing: analysis introspection, stem expansion and stem/flag suggestion

2022-07-05 Thread Peter Gromov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Gromov closed LUCENE-10626. - > Hunspell: add tools to aid dictionary editing: analysis introspection, stem > expansion and stem

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #17: Split up updating script

2022-07-05 Thread GitBox
mocobeta opened a new pull request, #17: URL: https://github.com/apache/lucene-jira-archive/pull/17 Close #16 Add - src/remap_cross_issue_links.py - src/update_issues.py Deprecate - src/update_issue_links.py -- This is an automated message from the Apache Git Servic