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
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
[
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
[
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
[
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
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
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
[
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
[
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
[
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
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;
}
-
[
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
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
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
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
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
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
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
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
[
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
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(
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
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
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;
}
-
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
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
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
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
[
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
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
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
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
[
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
[
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:
[
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:
[
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:
[
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:
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
[
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
[
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,
[
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
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
42 matches
Mail list logo