mocobeta commented on issue #12:
URL:
https://github.com/apache/lucene-jira-archive/issues/12#issuecomment-1180040078
> Indeed, there was at least one comment (I think?) where the author used
Markdown (which does not work in Jira, yet many of us forget and use it anyway,
just like seeing a
mocobeta commented on issue #27:
URL:
https://github.com/apache/lucene-jira-archive/issues/27#issuecomment-1180049119
For prototyping, it was the easiest way to embed the fixed template for Jira
information in the conversion script for me... I agree that there are more
sophisticated method
[
https://issues.apache.org/jira/browse/LUCENE-10645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emiliyan Sinigerov updated LUCENE-10645:
Description:
I have problem with autocomplete suggestion (I use your test to show
mocobeta opened a new pull request, #31:
URL: https://github.com/apache/lucene-jira-archive/pull/31
I have a second thought about this. It may be better to work the converter
script regardless of whether there is an account mapping file or not (it's not
a critical part of the converter).
mocobeta merged PR #31:
URL: https://github.com/apache/lucene-jira-archive/pull/31
--
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
shaie opened a new pull request, #1015:
URL: https://github.com/apache/lucene/pull/1015
### Description (or a Jira issue link if you have one)
Add `fastMatchQuery` support to `MatchingFacetSetCounts` to improve counting
efficiency in case of many possible facet-set indexed combination
mocobeta opened a new pull request, #32:
URL: https://github.com/apache/lucene-jira-archive/pull/32
Follow-up of #23.
To avoid unintentional escaping, escape only HTML tag-like texts (``) and preserve other `<`, `>`, and `&`.
--
This is an automated message from the Apache Git Service.
mocobeta merged PR #32:
URL: https://github.com/apache/lucene-jira-archive/pull/32
--
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 commented on issue #14:
URL:
https://github.com/apache/lucene-jira-archive/issues/14#issuecomment-1180072639
The quick workaround (manual recovering) should work. I'm closing this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
mocobeta closed issue #14: Investigate import failure of LUCENE-1498
URL: https://github.com/apache/lucene-jira-archive/issues/14
--
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.
[
https://issues.apache.org/jira/browse/LUCENE-10629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564830#comment-17564830
]
Shai Erera commented on LUCENE-10629:
-
Oh [~stefanvodita] I didn't refresh the issu
shaie commented on code in PR #1001:
URL: https://github.com/apache/lucene/pull/1001#discussion_r917641237
##
lucene/facet/src/java/org/apache/lucene/facet/facetset/MatchingFacetSetsCounts.java:
##
@@ -76,8 +92,12 @@ private int count(String field,
List matchingDocs)
B
[
https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564885#comment-17564885
]
Adrien Grand commented on LUCENE-10480:
---
I haven't tried to reproduce it but the
jpountz merged PR #1014:
URL: https://github.com/apache/lucene/pull/1014
--
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
jpountz merged PR #1011:
URL: https://github.com/apache/lucene/pull/1011
--
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-10647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564896#comment-17564896
]
ASF subversion and git services commented on LUCENE-10647:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564900#comment-17564900
]
ASF subversion and git services commented on LUCENE-10647:
--
Co
mikemccand opened a new pull request, #33:
URL: https://github.com/apache/lucene-jira-archive/pull/33
This is a start at #27 but I expect to iterate some more. Progress not
perfection!
Now the header is more compact and looks like this for issues w/ no
attachments, PRs, etc:
mikemccand commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180310425
Oh also note that I added another dependency (`dateutil`), very helpful for
parsing ISO-8601 dates. I couldn't (quickly) figure out how to reliably do
this with Python's `dat
[
https://issues.apache.org/jira/browse/LUCENE-10647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10647.
---
Fix Version/s: 9.3
Resolution: Fixed
> Failure in TestMergeSchedulerExternal.testSub
mocobeta commented on code in PR #33:
URL: https://github.com/apache/lucene-jira-archive/pull/33#discussion_r917859701
##
migration/src/jira2github_import.py:
##
@@ -69,45 +70,53 @@ def convert_issue(num: int, dump_dir: Path, output_dir:
Path, account_map: dict[
attach
mikemccand commented on code in PR #33:
URL: https://github.com/apache/lucene-jira-archive/pull/33#discussion_r917872038
##
migration/src/jira2github_import.py:
##
@@ -69,45 +70,53 @@ def convert_issue(num: int, dump_dir: Path, output_dir:
Path, account_map: dict[
atta
Nathan Meisels created LUCENE-10650:
---
Summary: "after_effect": "no" was removed what replaces it?
Key: LUCENE-10650
URL: https://issues.apache.org/jira/browse/LUCENE-10650
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Meisels updated LUCENE-10650:
Description:
Hi!
We have been using an old version of elasticsearch with the following s
mikemccand commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180351403
BTW, as I run the full Jira download, I see errors like this:
```
[2022-07-11 07:57:25,815] WARNING:download_jira: Can't download LUCENE-498.
status code=404, message
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Meisels updated LUCENE-10650:
Description:
Hi!
We have been using an old version of elasticsearch with the following s
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Meisels updated LUCENE-10650:
Description:
Hi!
We have been using an old version of elasticsearch with the following s
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Meisels updated LUCENE-10650:
Description:
Hi!
We have been using an old version of elasticsearch with the following s
mocobeta commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180354136
Yes, I also noticed several issues do not exist (not sure why); in that
case, the script just emits an error and proceeds to the next issue as you see.
--
This is an automated
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17564988#comment-17564988
]
Adrien Grand commented on LUCENE-10650:
---
Hi Nathan. When we introduced dynamic pr
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10650.
---
Resolution: Won't Fix
> "after_effect": "no" was removed what replaces it?
> --
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565003#comment-17565003
]
Nathan Meisels commented on LUCENE-10650:
-
Thanks for the answer!
Just to clar
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565003#comment-17565003
]
Nathan Meisels edited comment on LUCENE-10650 at 7/11/22 1:26 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Meisels reopened LUCENE-10650:
-
> "after_effect": "no" was removed what replaces it?
>
[
https://issues.apache.org/jira/browse/LUCENE-10650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565003#comment-17565003
]
Nathan Meisels edited comment on LUCENE-10650 at 7/11/22 1:54 PM:
---
mocobeta opened a new pull request, #34:
URL: https://github.com/apache/lucene-jira-archive/pull/34
#3
This adds a helper tool to create a Jira user - GitHub account mapping file;
this is used in "Convert Jira issues to GitHub issues" step.
--
This is an automated message from th
gsmiller commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r918110247
##
lucene/demo/src/java/org/apache/lucene/demo/facet/RangeFacetsExample.java:
##
@@ -73,6 +76,35 @@ public void index() throws IOException {
indexWriter.addDocument
gsmiller merged PR #974:
URL: https://github.com/apache/lucene/pull/974
--
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.apache
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565075#comment-17565075
]
ASF subversion and git services commented on LUCENE-10614:
--
Co
mocobeta commented on PR #34:
URL:
https://github.com/apache/lucene-jira-archive/pull/34#issuecomment-1180601283
FYI @mikemccand @dweiss
I will keep this open for a while and do some more extensive tests on that
(this is a helper tool that should not block/conflict with the main scripts
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565081#comment-17565081
]
ASF subversion and git services commented on LUCENE-10614:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565084#comment-17565084
]
Greg Miller commented on LUCENE-10614:
--
Thanks again [~yutinggan] !
> Properly su
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10614.
--
Fix Version/s: 10.0 (main)
Resolution: Fixed
> Properly support getTopChildren in Rang
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565083#comment-17565083
]
Greg Miller commented on LUCENE-10614:
--
Just merged this to {{{}main{}}}. I don't
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565089#comment-17565089
]
Yuting Gan commented on LUCENE-10614:
-
Thank you so much [~gsmiller] !
> Properly
tang-hi opened a new pull request, #1016:
URL: https://github.com/apache/lucene/pull/1016
[https://issues.apache.org/jira/browse/LUCENE-10646](JIRA)
1. I have add some comment on Lev1ParametricDescription, hope it will help
others better understand the code of Lev2ParametricDescription,
shahrs87 commented on PR #907:
URL: https://github.com/apache/lucene/pull/907#issuecomment-1180628206
@jpountz Hi Adrian, can you please make one more pass over the PR and
provide your feedback ? Thank you.
--
This is an automated message from the Apache Git Service.
To respond to the me
mikemccand commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180758900
Good thing I tested on all issues -- I hit a couple fun exceptions -- so
please don't push this PR just yet!
--
This is an automated message from the Apache Git Service.
To
Marc created LUCENE-10651:
-
Summary: SimpleQueryParser stack overflow for large nested queries.
Key: LUCENE-10651
URL: https://issues.apache.org/jira/browse/LUCENE-10651
Project: Lucene - Core
Issue
mikemccand commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180771389
Somehow I am hitting a stack overflow when trying to convert
[LUCENE-550](https://issues.apache.org/jira/browse/LUCENE-550)! It doesn't
look like a particularly challenging i
mikemccand commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180785030
Hmm this seems to be an issue on `main` as well. This is what I'm running
to trigger it: `python src/jira2github_import.py --min 550`.
I'll catch the exception (trying
stefanvodita commented on code in PR #1015:
URL: https://github.com/apache/lucene/pull/1015#discussion_r918289599
##
lucene/facet/src/java/org/apache/lucene/facet/facetset/MatchingFacetSetsCounts.java:
##
@@ -52,8 +52,10 @@ public MatchingFacetSetsCounts(
String field,
Yuting Gan created LUCENE-10652:
---
Summary: Add a top-n range faceting example to RangeFacetsExample
Key: LUCENE-10652
URL: https://issues.apache.org/jira/browse/LUCENE-10652
Project: Lucene - Core
Yuti-G commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r918297532
##
lucene/demo/src/java/org/apache/lucene/demo/facet/RangeFacetsExample.java:
##
@@ -73,6 +76,35 @@ public void index() throws IOException {
indexWriter.addDocument(d
MarcusSorealheis commented on PR #940:
URL: https://github.com/apache/lucene/pull/940#issuecomment-1180816282
Is there anything else needed here? Is there something we can add to improve
the robustness of the quality check? Please advise us @rmuir and @mocobeta
--
This is an automated m
mikemccand commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1180836771
This is the comment that stack overflows during conversion:
```
A note on, and output from contrib/benchmark:
Greg Miller created LUCENE-10653:
Summary: Should BlockMaxMaxscoreScorer rebuild its heap in bulk?
Key: LUCENE-10653
URL: https://issues.apache.org/jira/browse/LUCENE-10653
Project: Lucene - Core
msokolov commented on PR #947:
URL: https://github.com/apache/lucene/pull/947#issuecomment-1180963745
I'm looking to address various comments; just pushed a commit that makes the
vector encoding explicit by adding a new enum and parameter "vectorEncoding",
splitting this out from "similarit
msokolov commented on PR #947:
URL: https://github.com/apache/lucene/pull/947#issuecomment-1180965832
Also - if anybody has advice about how to rebase while maintaining this PR
I'd be interested. Should I `git merge` from `main`??
--
This is an automated message from the Apache Git Servic
msokolov commented on PR #947:
URL: https://github.com/apache/lucene/pull/947#issuecomment-1181017377
> During merging when writing a merged vector field it looks like we first
expand vector values only to again to compress them later? Would be nice to
avoid this.
In fact after chec
[
https://issues.apache.org/jira/browse/LUCENE-10653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565195#comment-17565195
]
Greg Miller commented on LUCENE-10653:
--
Here's essentially what I'm thinking:
htt
gsmiller commented on code in PR #1013:
URL: https://github.com/apache/lucene/pull/1013#discussion_r918423465
##
lucene/facet/src/test/org/apache/lucene/facet/FacetTestCase.java:
##
@@ -264,4 +264,24 @@ protected void assertFloatValuesEquals(FacetResult a,
FacetResult b) {
mocobeta commented on PR #33:
URL:
https://github.com/apache/lucene-jira-archive/pull/33#issuecomment-1181218297
It looks like a bug introduced in
https://github.com/apache/lucene-jira-archive/commit/cfbc821390859a7053e43028325b6bc616ec2b5b.
(I have postponed testing it with the whole Jira
[
https://issues.apache.org/jira/browse/LUCENE-10471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565240#comment-17565240
]
Stanislav commented on LUCENE-10471:
I don't think there is a trend to increase dim
[
https://issues.apache.org/jira/browse/LUCENE-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565241#comment-17565241
]
Marc D'Mello commented on LUCENE-10628:
---
I started work on this issue but I was i
mocobeta opened a new pull request, #35:
URL: https://github.com/apache/lucene-jira-archive/pull/35
Added try-catch so that it does not stop with a conversion failure/error.
```
(.venv) migration $ python src/jira2github_import.py --issues 550
[2022-07-12 12:09:06,759] INFO:jira2
mocobeta merged PR #35:
URL: https://github.com/apache/lucene-jira-archive/pull/35
--
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
shaie commented on code in PR #1015:
URL: https://github.com/apache/lucene/pull/1015#discussion_r918535845
##
lucene/facet/src/java/org/apache/lucene/facet/facetset/MatchingFacetSetsCounts.java:
##
@@ -52,8 +52,10 @@ public MatchingFacetSetsCounts(
String field,
Fa
[
https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565261#comment-17565261
]
Zach Chen edited comment on LUCENE-10480 at 7/12/22 4:27 AM:
[
https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565261#comment-17565261
]
Zach Chen commented on LUCENE-10480:
{quote}Another thing that changes performance
[
https://issues.apache.org/jira/browse/LUCENE-10480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565261#comment-17565261
]
Zach Chen edited comment on LUCENE-10480 at 7/12/22 4:27 AM:
mocobeta commented on PR #940:
URL: https://github.com/apache/lucene/pull/940#issuecomment-1181301533
Personally, I'd love to commit this to the upstream branch.
I think we'd need a reproducible quality check (or regression test?) in
Lucene as Robert suggested; I just haven't been able to
stefanvodita commented on code in PR #1015:
URL: https://github.com/apache/lucene/pull/1015#discussion_r918597529
##
lucene/facet/src/java/org/apache/lucene/facet/facetset/MatchingFacetSetsCounts.java:
##
@@ -52,8 +52,10 @@ public MatchingFacetSetsCounts(
String field,
73 matches
Mail list logo