kaivalnp commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r932953915
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -91,6 +101,9 @@ public class KnnGraphTester {
private int beamWidth;
private int maxCo
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572805#comment-17572805
]
Marios Trivyzas commented on LUCENE-10662:
--
They can do of course, if LuceneTe
[
https://issues.apache.org/jira/browse/LUCENE-10589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignacio Vera updated LUCENE-10589:
--
Fix Version/s: 9.4
(was: 9.3)
> Fix corner case in TestKnnVectorQuery.
jpountz commented on PR #987:
URL: https://github.com/apache/lucene/pull/987#issuecomment-1199008526
Thanks for running these tests, let's remove `readNBytes` and switch to a
shared byte[] that we call `DataInput#readBytes` on instead.
--
This is an automated message from the Apache Git S
[
https://issues.apache.org/jira/browse/LUCENE-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572854#comment-17572854
]
Adrien Grand commented on LUCENE-10668:
---
It is like TermInSetQuery except that it
[
https://issues.apache.org/jira/browse/LUCENE-10544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572859#comment-17572859
]
Adrien Grand commented on LUCENE-10544:
---
I guess my only concern about this is th
jpountz merged PR #1023:
URL: https://github.com/apache/lucene/pull/1023
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572873#comment-17572873
]
ASF subversion and git services commented on LUCENE-10633:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572880#comment-17572880
]
ASF subversion and git services commented on LUCENE-10633:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10633.
---
Fix Version/s: 9.4
Resolution: Fixed
> Dynamic pruning for queries sorted by SORTED(
kaivalnp commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r933065705
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -192,6 +207,18 @@ private void run(String... args) throws Exception {
case "-forceM
kaivalnp commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r933076894
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -730,4 +794,61 @@ protected int comparePivot(int j) {
return Float.compare(score[pivo
kaivalnp commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r933082450
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -730,4 +794,61 @@ protected int comparePivot(int j) {
return Float.compare(score[pivo
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572927#comment-17572927
]
Robert Muir commented on LUCENE-10662:
--
I don't really understand the benefit of t
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17572929#comment-17572929
]
Robert Muir commented on LUCENE-10662:
--
I think, when we first exported the test-f
mikemccand commented on code in PR #1016:
URL: https://github.com/apache/lucene/pull/1016#discussion_r933148269
##
lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java:
##
@@ -589,8 +589,15 @@ public String toDot() {
}
Transition t = new Transition();
mikemccand commented on code in PR #1016:
URL: https://github.com/apache/lucene/pull/1016#discussion_r933168964
##
lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java:
##
@@ -616,7 +621,7 @@ public String toDot() {
appendCharString(t.max, b);
jpountz opened a new pull request, #1052:
URL: https://github.com/apache/lucene/pull/1052
This commit adds a new `TermsEnumIndex` abstraction in `oal.index` that
wraps a
`TermsEnum` and an index of the segment that it belongs to, and can be used
to
create priority queues that merge T
jpountz commented on PR #875:
URL: https://github.com/apache/lucene/pull/875#issuecomment-1199262844
Superseded by #1052.
--
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
jpountz closed pull request #875: LUCENE-10560: Speed up OrdinalMap
construction a bit.
URL: https://github.com/apache/lucene/pull/875
--
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 co
jpountz commented on PR #886:
URL: https://github.com/apache/lucene/pull/886#issuecomment-1199263386
Superseded by #1052.
--
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
jpountz closed pull request #886: LUCENE-10560: Reduce the number of bytes
compared while constructing an OrdinalMap.
URL: https://github.com/apache/lucene/pull/886
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
[
https://issues.apache.org/jira/browse/LUCENE-10589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10589:
---
Fix Version/s: (was: 10.0 (main))
(was: 9.4)
> Fix corner case i
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573022#comment-17573022
]
Marios Trivyzas commented on LUCENE-10662:
--
The changes are imports of the sta
[
https://issues.apache.org/jira/browse/LUCENE-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573026#comment-17573026
]
Greg Miller commented on LUCENE-10668:
--
Ha, oops... right [~jpountz]. I've been wo
[
https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573027#comment-17573027
]
Greg Miller commented on LUCENE-10207:
--
I also just came across {{DocValuesTermsQu
[
https://issues.apache.org/jira/browse/LUCENE-10668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10668.
--
Resolution: Won't Fix
> Should we deprecate/remove DocValuesTermsQuery in sandbox?
>
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573029#comment-17573029
]
Michael Sokolov commented on LUCENE-10662:
--
> They can do of course, if Lucene
nknize commented on code in PR #1017:
URL: https://github.com/apache/lucene/pull/1017#discussion_r933439887
##
lucene/core/src/java/org/apache/lucene/document/ShapeDocValuesField.java:
##
@@ -0,0 +1,132 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
jtibshirani commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r933450082
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -730,4 +794,61 @@ protected int comparePivot(int j) {
return Float.compare(score[p
Dawid Weiss created LUCENE-10669:
Summary: The build should be more helpful when generated resources
are touched
Key: LUCENE-10669
URL: https://issues.apache.org/jira/browse/LUCENE-10669
Project: Luce
[
https://issues.apache.org/jira/browse/LUCENE-10669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573059#comment-17573059
]
Dawid Weiss commented on LUCENE-10669:
--
PR is at: [https://github.com/apache/lucen
dweiss commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1199756970
I filed #1053 to perhaps help people in figuring out where the source/target
files are. Resource regeneration is a mess but we've talked about it before -
it's not quite trivial to implemen
[
https://issues.apache.org/jira/browse/LUCENE-10666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573092#comment-17573092
]
Navneet Verma commented on LUCENE-10666:
Hi,
I was following on the [PR|https:
tang-hi commented on code in PR #1016:
URL: https://github.com/apache/lucene/pull/1016#discussion_r933509398
##
lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java:
##
@@ -589,8 +589,15 @@ public String toDot() {
}
Transition t = new Transition();
-
msokolov commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r933513046
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -730,4 +794,61 @@ protected int comparePivot(int j) {
return Float.compare(score[pivo
jtibshirani merged PR #932:
URL: https://github.com/apache/lucene/pull/932
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573103#comment-17573103
]
ASF subversion and git services commented on LUCENE-10559:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-10559.
---
Fix Version/s: 9.4
Resolution: Fixed
> Add preFilter/postFilter options to K
tang-hi commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1199831427
@mikemccand I have added the dead state back to method `toDot.`
I will first record all state need to be checked. Then bfs the smallest
state which hasn't been checked until we have
tang-hi commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1199833310
@rmuir @dweiss I have added comment in
`gradle/generation/moman/createLevAutomata.py` and auto generate the
`LevXXXParametricDescription.java`
--
This is an automated message from the A
navneet1v commented on code in PR #1017:
URL: https://github.com/apache/lucene/pull/1017#discussion_r933546695
##
lucene/core/src/java/org/apache/lucene/document/ShapeDocValuesField.java:
##
@@ -0,0 +1,132 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
navneet1v commented on code in PR #1017:
URL: https://github.com/apache/lucene/pull/1017#discussion_r933546695
##
lucene/core/src/java/org/apache/lucene/document/ShapeDocValuesField.java:
##
@@ -0,0 +1,132 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
[
https://issues.apache.org/jira/browse/LUCENE-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573147#comment-17573147
]
ASF subversion and git services commented on LUCENE-10633:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573148#comment-17573148
]
ASF subversion and git services commented on LUCENE-10633:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573156#comment-17573156
]
ASF subversion and git services commented on LUCENE-10559:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573154#comment-17573154
]
ASF subversion and git services commented on LUCENE-10663:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573155#comment-17573155
]
ASF subversion and git services commented on LUCENE-10504:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573163#comment-17573163
]
Marios Trivyzas commented on LUCENE-10662:
--
Correct me if I'm wrong, but with
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573163#comment-17573163
]
Marios Trivyzas edited comment on LUCENE-10662 at 7/29/22 8:24 PM:
--
Yuan Xiao created LUCENE-10670:
--
Summary: Add Filter class to Codec
Writer/Producer/Reader/Consumer/Format
Key: LUCENE-10670
URL: https://issues.apache.org/jira/browse/LUCENE-10670
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-10670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yuan Xiao updated LUCENE-10670:
---
Description:
Lucene has applied filter pattern to *Path*, *Codec*, *Reader* etc(FilterPath,
Filter
[
https://issues.apache.org/jira/browse/LUCENE-10662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573181#comment-17573181
]
Dawid Weiss commented on LUCENE-10662:
--
> Why is it necessary to break the inherit
mocobeta commented on issue #1:
URL:
https://github.com/apache/lucene-jira-archive/issues/1#issuecomment-1200068772
All issues (LUCENE-1 to LUCENE-10664) were successfully migrated into
https://github.com/mocobeta/forks-migration-test/issues
I'll manually check if there are major
mocobeta opened a new pull request, #85:
URL: https://github.com/apache/lucene-jira-archive/pull/85
Fixes wrong conversions of Jira emojis.
--
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 spe
mocobeta merged PR #85:
URL: https://github.com/apache/lucene-jira-archive/pull/85
--
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
mocobeta opened a new pull request, #86:
URL: https://github.com/apache/lucene-jira-archive/pull/86
Current regex fails to capture mentions at the beginning of the line.
![Screenshot from 2022-07-30
12-49-49](https://user-images.githubusercontent.com/1825333/181871329-59634d1c-95bf-4b
mocobeta merged PR #86:
URL: https://github.com/apache/lucene-jira-archive/pull/86
--
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
mocobeta opened a new pull request, #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87
These accounts have the same id and full name in both Jira and GitHub.
Will do quick manual verification.
--
This is an automated message from the Apache Git Service.
To respond to the me
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933753794
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933753981
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755432
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755477
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755522
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755582
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755640
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755862
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933755910
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756078
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756139
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756201
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756237
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756252
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756302
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756364
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756426
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756613
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756650
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933756817
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757020
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757128
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757196
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757361
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757523
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757550
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757600
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757631
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757682
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757753
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757768
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757827
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757913
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933757992
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758037
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758059
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758130
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758206
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758244
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758340
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
mocobeta commented on code in PR #87:
URL: https://github.com/apache/lucene-jira-archive/pull/87#discussion_r933758374
##
migration/mappings-data/account-map.csv.20220722.verified:
##
@@ -179,3 +178,389 @@ wwm1994,wuwm,Weiming Wu
hypothesisx86,Tony-X,Tony Xu
msfroh,msfroh,Mich
1 - 100 of 166 matches
Mail list logo