[
https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566481#comment-17566481
]
Julie Tibshirani edited comment on LUCENE-10577 at 7/14/22 6:56 AM:
-
Yuti-G commented on code in PR #1013:
URL: https://github.com/apache/lucene/pull/1013#discussion_r920790457
##
lucene/facet/src/test/org/apache/lucene/facet/FacetTestCase.java:
##
@@ -254,14 +254,38 @@ protected void assertFloatValuesEquals(FacetResult a,
FacetResult b) {
Yuti-G commented on code in PR #1013:
URL: https://github.com/apache/lucene/pull/1013#discussion_r920793487
##
lucene/facet/src/test/org/apache/lucene/facet/FacetTestCase.java:
##
@@ -254,14 +254,38 @@ protected void assertFloatValuesEquals(FacetResult a,
FacetResult b) {
Yuti-G commented on code in PR #1013:
URL: https://github.com/apache/lucene/pull/1013#discussion_r920790457
##
lucene/facet/src/test/org/apache/lucene/facet/FacetTestCase.java:
##
@@ -254,14 +254,38 @@ protected void assertFloatValuesEquals(FacetResult a,
FacetResult b) {
LuXugang commented on PR #873:
URL: https://github.com/apache/lucene/pull/873#issuecomment-1184023833
This issue has been resolved after https://github.com/apache/lucene/pull/926
merged .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
LuXugang closed pull request #873: LUCENE-10397: KnnVectorQuery doesn't tie
break by doc ID
URL: https://github.com/apache/lucene/pull/873
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566615#comment-17566615
]
Greg Miller commented on LUCENE-10603:
--
Shouldn't be any more to do on this now. R
[
https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10603.
--
Resolution: Fixed
> Improve iteration of ords for SortedSetDocValues
> --
[
https://issues.apache.org/jira/browse/LUCENE-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566614#comment-17566614
]
ASF subversion and git services commented on LUCENE-10603:
--
Co
gsmiller merged PR #1021:
URL: https://github.com/apache/lucene/pull/1021
--
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
mocobeta closed issue #36: Can we parallelize the converter script?
URL: https://github.com/apache/lucene-jira-archive/issues/36
--
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.
mocobeta merged PR #41:
URL: https://github.com/apache/lucene-jira-archive/pull/41
--
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
gsmiller commented on code in PR #1021:
URL: https://github.com/apache/lucene/pull/1021#discussion_r920598336
##
lucene/test-framework/src/java/org/apache/lucene/tests/index/AssertingLeafReader.java:
##
@@ -1055,12 +1051,9 @@ public long cost() {
@Override
public long
[
https://issues.apache.org/jira/browse/LUCENE-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller updated LUCENE-10632:
-
Component/s: modules/facet
> Change getAllChildren to return all children regardless of the cou
[
https://issues.apache.org/jira/browse/LUCENE-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566560#comment-17566560
]
Greg Miller commented on LUCENE-10632:
--
Bringing a conversation about this issue w
shahrs87 commented on PR #907:
URL: https://github.com/apache/lucene/pull/907#issuecomment-1183747929
Thank you @jpountz for being so patient with me. I tried your above
suggestion and hit the following problem.
Locally I removed the following check from BloomFilteringPostingsFormat.java
jpountz commented on code in PR #1021:
URL: https://github.com/apache/lucene/pull/1021#discussion_r920549702
##
lucene/test-framework/src/java/org/apache/lucene/tests/index/AssertingLeafReader.java:
##
@@ -1055,12 +1051,9 @@ public long cost() {
@Override
public long n
msokolov commented on issue #37:
URL:
https://github.com/apache/lucene-jira-archive/issues/37#issuecomment-1183704949
Maybe somebody did this
https://confluence.atlassian.com/jirakb/how-to-set-the-starting-issue-number-for-a-project-318669643.html
--
This is an automated message from the
gsmiller opened a new pull request, #1021:
URL: https://github.com/apache/lucene/pull/1021
### Description (or a Jira issue link if you have one)
This is the last bit of work needed in LUCENE-10603 to actually remove the
definition of `SSDV#NO_MORE_ORDS` and stop returning it from `SS
[
https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566498#comment-17566498
]
Michael Sokolov commented on LUCENE-10577:
--
I'm also not sure about Codec para
nknize commented on code in PR #1017:
URL: https://github.com/apache/lucene/pull/1017#discussion_r920466302
##
lucene/core/src/java/org/apache/lucene/document/ShapeDocValuesField.java:
##
@@ -0,0 +1,844 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
[
https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566481#comment-17566481
]
Julie Tibshirani commented on LUCENE-10577:
---
I don't feel strongly about havi
mikemccand merged PR #43:
URL: https://github.com/apache/lucene-jira-archive/pull/43
--
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...@
gsmiller commented on PR #1020:
URL: https://github.com/apache/lucene/pull/1020#issuecomment-1183535216
Hmm... looks like a test failed but it looks unrelated? Unlucky random test?
Will look a bit more.
--
This is an automated message from the Apache Git Service.
To respond to the message
[
https://issues.apache.org/jira/browse/LUCENE-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566445#comment-17566445
]
Julie Tibshirani edited comment on LUCENE-10592 at 7/13/22 6:16 PM:
-
jtibshirani commented on PR #992:
URL: https://github.com/apache/lucene/pull/992#issuecomment-1183533308
👍 I resolved comments about `flush`. I don't have remaining high-level
comments.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
jtibshirani commented on code in PR #992:
URL: https://github.com/apache/lucene/pull/992#discussion_r920371282
##
lucene/core/src/java/org/apache/lucene/codecs/KnnVectorsWriter.java:
##
@@ -24,28 +24,40 @@
import org.apache.lucene.index.DocIDMerger;
import org.apache.lucene.in
[
https://issues.apache.org/jira/browse/LUCENE-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566445#comment-17566445
]
Julie Tibshirani commented on LUCENE-10592:
---
This change makes sense to me to
[
https://issues.apache.org/jira/browse/LUCENE-10648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566444#comment-17566444
]
ASF subversion and git services commented on LUCENE-10648:
--
Co
mikemccand merged PR #1012:
URL: https://github.com/apache/lucene/pull/1012
--
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.ap
[
https://issues.apache.org/jira/browse/LUCENE-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke resolved LUCENE-10523.
--
Fix Version/s: 10.0 (main)
9.3
Resolution: Fixed
>
[
https://issues.apache.org/jira/browse/LUCENE-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566443#comment-17566443
]
ASF subversion and git services commented on LUCENE-10523:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566441#comment-17566441
]
ASF subversion and git services commented on LUCENE-10523:
--
Co
cpoerschke merged PR #821:
URL: https://github.com/apache/lucene/pull/821
--
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
gsmiller opened a new pull request, #1020:
URL: https://github.com/apache/lucene/pull/1020
### Description (or a Jira issue link if you have one)
I'm coming back to work on LUCENE-10207, and one thing I found while working
on that is that DocValuesRewriteMethod doesn't support `scoreS
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566422#comment-17566422
]
Adrien Grand commented on LUCENE-10650:
---
Indeed Elasticsearch would change the af
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566410#comment-17566410
]
Nathan Meisels edited comment on LUCENE-10650 at 7/13/22 4:45 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566410#comment-17566410
]
Nathan Meisels edited comment on LUCENE-10650 at 7/13/22 4:45 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566410#comment-17566410
]
Nathan Meisels commented on LUCENE-10650:
-
For future reference seems like if y
mikemccand commented on code in PR #43:
URL: https://github.com/apache/lucene-jira-archive/pull/43#discussion_r920189990
##
migration/src/jira2github_import.py:
##
@@ -146,8 +146,10 @@ def comment_author(author_name, author_dispname):
logger.error(f"Failed to co
mocobeta commented on PR #41:
URL:
https://github.com/apache/lucene-jira-archive/pull/41#issuecomment-1183303117
This code shares a Logger object between workers, that seems to work on
Linux but might not work on windows.
```
# The worker configuration is done at the start of the work
luyuncheng commented on code in PR #987:
URL: https://github.com/apache/lucene/pull/987#discussion_r920106561
##
lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressionMode.java:
##
@@ -257,9 +270,13 @@ private static class DeflateCompressor extends Compressor {
luyuncheng commented on PR #987:
URL: https://github.com/apache/lucene/pull/987#issuecomment-1183266339
> we prefer to fork the code so that old codecs still rely on the unchanged
code (which should move to lucene/backward-codecs)
Thanks for the your advice @jpountz , i think it is
luyuncheng commented on code in PR #987:
URL: https://github.com/apache/lucene/pull/987#discussion_r920106561
##
lucene/core/src/java/org/apache/lucene/codecs/compressing/CompressionMode.java:
##
@@ -257,9 +270,13 @@ private static class DeflateCompressor extends Compressor {
mocobeta commented on PR #41:
URL:
https://github.com/apache/lucene-jira-archive/pull/41#issuecomment-1183240812
@mikemccand just to let you know, I'm going to merge this tomorrow (in JST)
so that we are able to iterate conversion tests more often.
--
This is an automated message from th
mocobeta commented on PR #41:
URL:
https://github.com/apache/lucene-jira-archive/pull/41#issuecomment-1183234776
Works fine for me - it now processes the whole Jira dump in about 80 minutes
with four workers.
```
python src/jira2github_import.py --min 1 --max 10648 --num_workers 4
mikemccand commented on code in PR #43:
URL: https://github.com/apache/lucene-jira-archive/pull/43#discussion_r920071047
##
migration/src/jira2github_import.py:
##
@@ -146,8 +146,10 @@ def comment_author(author_name, author_dispname):
logger.error(f"Failed to co
mocobeta commented on code in PR #43:
URL: https://github.com/apache/lucene-jira-archive/pull/43#discussion_r920069683
##
migration/src/jira2github_import.py:
##
@@ -146,8 +146,10 @@ def comment_author(author_name, author_dispname):
logger.error(f"Failed to conv
[
https://issues.apache.org/jira/browse/LUCENE-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566315#comment-17566315
]
Alessandro Benedetti edited comment on LUCENE-10397 at 7/13/22 1:15 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566315#comment-17566315
]
Alessandro Benedetti commented on LUCENE-10397:
---
Hi Lu,
I was not aware o
mikemccand commented on PR #43:
URL:
https://github.com/apache/lucene-jira-archive/pull/43#issuecomment-1183200274
Now the comment looks like this:

sh
mocobeta opened a new pull request, #41:
URL: https://github.com/apache/lucene-jira-archive/pull/41
Close #36
`jira2github_import.py` processes Jira dump files one by one and does not
call any HTTP APIs. It should be able to parallelize it with
[multiprocessing](https://docs.python.
jtibshirani commented on code in PR #992:
URL: https://github.com/apache/lucene/pull/992#discussion_r919842519
##
lucene/core/src/java/org/apache/lucene/codecs/perfield/PerFieldKnnVectorsFormat.java:
##
@@ -102,9 +104,22 @@ private class FieldsWriter extends KnnVectorsWriter {
[
https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566223#comment-17566223
]
Robert Muir commented on LUCENE-10577:
--
By the way, if the right answer is that re
[
https://issues.apache.org/jira/browse/LUCENE-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566220#comment-17566220
]
Robert Muir commented on LUCENE-10577:
--
{quote}
I tried looking at how DocValues a
[
https://issues.apache.org/jira/browse/LUCENE-10471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17566212#comment-17566212
]
Robert Muir commented on LUCENE-10471:
--
My questions are still unanswered. Please
jpountz opened a new pull request, #1019:
URL: https://github.com/apache/lucene/pull/1019
This method is called from `addIndexes` and should be synchronized so that it
would see consistent data structures in case of concurrent indexing that
would
be introducing new fields.
I hit
63 matches
Mail list logo