[GitHub] [lucene] kaivalnp commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Marios Trivyzas (Jira)
[ 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

[jira] [Updated] (LUCENE-10589) Fix corner case in TestKnnVectorQuery.testRandomWithFilter

2022-07-29 Thread Ignacio Vera (Jira)
[ 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.

[GitHub] [lucene] jpountz commented on pull request #987: LUCENE-10627: Using ByteBuffersDataInput reduce memory copy on compressing data

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10668) Should we deprecate/remove DocValuesTermsQuery in sandbox?

2022-07-29 Thread Adrien Grand (Jira)
[ 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

[jira] [Commented] (LUCENE-10544) Should ExitableTermsEnum wrap postings and impacts?

2022-07-29 Thread Adrien Grand (Jira)
[ 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

[GitHub] [lucene] jpountz merged pull request #1023: LUCENE-10633: Dynamic pruning for sorting on SORTED(_SET) fields.

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10633) Dynamic pruning for queries sorted by SORTED(_SET) field

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10633) Dynamic pruning for queries sorted by SORTED(_SET) field

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Resolved] (LUCENE-10633) Dynamic pruning for queries sorted by SORTED(_SET) field

2022-07-29 Thread Adrien Grand (Jira)
[ 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(

[GitHub] [lucene] kaivalnp commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[GitHub] [lucene] kaivalnp commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[GitHub] [lucene] kaivalnp commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Robert Muir (Jira)
[ 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

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Robert Muir (Jira)
[ 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

[GitHub] [lucene] mikemccand commented on a diff in pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-07-29 Thread GitBox
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();

[GitHub] [lucene] mikemccand commented on a diff in pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-07-29 Thread GitBox
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);

[GitHub] [lucene] jpountz opened a new pull request, #1052: LUCENE-10560: Faster merging of TermsEnum

2022-07-29 Thread GitBox
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

[GitHub] [lucene] jpountz commented on pull request #875: LUCENE-10560: Speed up OrdinalMap construction a bit.

2022-07-29 Thread GitBox
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

[GitHub] [lucene] jpountz closed pull request #875: LUCENE-10560: Speed up OrdinalMap construction a bit.

2022-07-29 Thread GitBox
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

[GitHub] [lucene] jpountz commented on pull request #886: LUCENE-10560: Reduce the number of bytes compared while constructing an OrdinalMap.

2022-07-29 Thread GitBox
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

[GitHub] [lucene] jpountz closed pull request #886: LUCENE-10560: Reduce the number of bytes compared while constructing an OrdinalMap.

2022-07-29 Thread GitBox
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

[jira] [Updated] (LUCENE-10589) Fix corner case in TestKnnVectorQuery.testRandomWithFilter

2022-07-29 Thread Tomoko Uchida (Jira)
[ 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

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Marios Trivyzas (Jira)
[ 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

[jira] [Commented] (LUCENE-10668) Should we deprecate/remove DocValuesTermsQuery in sandbox?

2022-07-29 Thread Greg Miller (Jira)
[ 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

[jira] [Commented] (LUCENE-10207) Make TermInSetQuery usable with IndexOrDocValuesQuery

2022-07-29 Thread Greg Miller (Jira)
[ 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

[jira] [Resolved] (LUCENE-10668) Should we deprecate/remove DocValuesTermsQuery in sandbox?

2022-07-29 Thread Greg Miller (Jira)
[ 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? >

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Michael Sokolov (Jira)
[ 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

[GitHub] [lucene] nknize commented on a diff in pull request #1017: LUCENE-10654: Add new ShapeDocValuesField for LatLonShape and XYShape

2022-07-29 Thread GitBox
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

[GitHub] [lucene] jtibshirani commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[jira] [Created] (LUCENE-10669) The build should be more helpful when generated resources are touched

2022-07-29 Thread Dawid Weiss (Jira)
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

[jira] [Commented] (LUCENE-10669) The build should be more helpful when generated resources are touched

2022-07-29 Thread Dawid Weiss (Jira)
[ 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

[GitHub] [lucene] dweiss commented on pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10666) Multi-Value Support for Binary DocValues

2022-07-29 Thread Navneet Verma (Jira)
[ 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:

[GitHub] [lucene] tang-hi commented on a diff in pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-07-29 Thread GitBox
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(); -

[GitHub] [lucene] msokolov commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[GitHub] [lucene] jtibshirani merged pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10559) Add preFilter/postFilter options to KnnGraphTester

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Resolved] (LUCENE-10559) Add preFilter/postFilter options to KnnGraphTester

2022-07-29 Thread Julie Tibshirani (Jira)
[ 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

[GitHub] [lucene] tang-hi commented on pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-07-29 Thread GitBox
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

[GitHub] [lucene] tang-hi commented on pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-07-29 Thread GitBox
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

[GitHub] [lucene] navneet1v commented on a diff in pull request #1017: LUCENE-10654: Add new ShapeDocValuesField for LatLonShape and XYShape

2022-07-29 Thread GitBox
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

[GitHub] [lucene] navneet1v commented on a diff in pull request #1017: LUCENE-10654: Add new ShapeDocValuesField for LatLonShape and XYShape

2022-07-29 Thread GitBox
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

[jira] [Commented] (LUCENE-10633) Dynamic pruning for queries sorted by SORTED(_SET) field

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10633) Dynamic pruning for queries sorted by SORTED(_SET) field

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10559) Add preFilter/postFilter options to KnnGraphTester

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10663) KnnVectorQuery explain incorrect when multiple segments

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10504) KnnGraphTester should use KnnVectorQuery

2022-07-29 Thread ASF subversion and git services (Jira)
[ 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

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Marios Trivyzas (Jira)
[ 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

[jira] [Comment Edited] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Marios Trivyzas (Jira)
[ 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: --

[jira] [Created] (LUCENE-10670) Add Filter class to Codec Writer/Producer/Reader/Consumer/Format

2022-07-29 Thread Yuan Xiao (Jira)
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

[jira] [Updated] (LUCENE-10670) Add Filter class to Codec Writer/Producer/Reader/Consumer/Format

2022-07-29 Thread Yuan Xiao (Jira)
[ 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

[jira] [Commented] (LUCENE-10662) Make LuceneTestCase to not extend from org.junit.Assert

2022-07-29 Thread Dawid Weiss (Jira)
[ 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

[GitHub] [lucene-jira-archive] mocobeta commented on issue #1: Fix markup conversion error

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #85: Convert jira emojis only when it is preceded and followed by a space character

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta merged pull request #85: Convert jira emojis only when it is preceded and followed by a space character

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #86: Fix regex capturing mentions

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta merged pull request #86: Fix regex capturing mentions

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #87: Add account mapping where (jira id == github id) && (jira fullname == github fullname)

2022-07-29 Thread GitBox
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   2   >