mocobeta commented on issue #124:
URL:
https://github.com/apache/lucene-jira-archive/issues/124#issuecomment-1207345518
I think we have to create the link to the original comment for fallback
since we are noticing there may be minor conversion errors, although we tried
to fix glitches as f
mocobeta commented on issue #124:
URL:
https://github.com/apache/lucene-jira-archive/issues/124#issuecomment-1207351201
> there may be minor conversion errors, although we tried to fix glitches as
far as possible.
We noticed syntax conversion errors could be caused by various reason
mocobeta opened a new pull request, #134:
URL: https://github.com/apache/lucene-jira-archive/pull/134
Closes #132.
This tries to capture URL-like strings that points to LUCENE issues and
replace the URLs with a GitHub issue mentions `#NN`.
```
https?://issues\.apache\.org/jira/.
vlsi commented on issue #124:
URL:
https://github.com/apache/lucene-jira-archive/issues/124#issuecomment-1207353166
Fair.
So GitHub link is just fine for "opening issues", however, comments are
known to have weird formatting, so quick link to the source is indeed helpful
--
This i
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomoko Uchida updated LUCENE-10557:
---
Attachment: lucene_duke_surf.png
> Migrate to GitHub issue from Jira
>
[
https://issues.apache.org/jira/browse/LUCENE-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576342#comment-17576342
]
Dawid Weiss commented on LUCENE-10386:
--
I'm for closing this.
> Add BOM module fo
mocobeta opened a new pull request, #135:
URL: https://github.com/apache/lucene-jira-archive/pull/135
#126
Shows orphaned images that are not mentioned in any comments in the issue
description.
Original Jira: https://issues.apache.org/jira/browse/LUCENE-10644
Migrated issue
mocobeta commented on issue #126:
URL:
https://github.com/apache/lucene-jira-archive/issues/126#issuecomment-1207373053
#135 detects unmentioned images (png, jpg, svg, and gif) and shows them
inline in the issue description.
--
This is an automated message from the Apache Git Service.
To
mikemccand commented on code in PR #135:
URL:
https://github.com/apache/lucene-jira-archive/pull/135#discussion_r939641834
##
migration/src/jira2github_import.py:
##
@@ -74,6 +75,14 @@ def convert_issue(num: int, dump_dir: Path, output_dir:
Path, account_map: dict[
mocobeta commented on code in PR #135:
URL:
https://github.com/apache/lucene-jira-archive/pull/135#discussion_r939643128
##
migration/src/jira2github_import.py:
##
@@ -74,6 +75,14 @@ def convert_issue(num: int, dump_dir: Path, output_dir:
Path, account_map: dict[
mocobeta commented on code in PR #135:
URL:
https://github.com/apache/lucene-jira-archive/pull/135#discussion_r939643525
##
migration/src/jira2github_import.py:
##
@@ -93,6 +102,10 @@ def convert_issue(num: int, dump_dir: Path, output_dir:
Path, account_map: dict[
t
mikemccand commented on issue #4:
URL:
https://github.com/apache/lucene-jira-archive/issues/4#issuecomment-1207376970
> This was moved to GitHub. [URL]
Could we make it look something like this:
This issue was moved to GitHub issue [\#517](https://link-to-github-issue).
mikemccand commented on code in PR #135:
URL:
https://github.com/apache/lucene-jira-archive/pull/135#discussion_r939644224
##
migration/src/jira2github_import.py:
##
@@ -93,6 +102,10 @@ def convert_issue(num: int, dump_dir: Path, output_dir:
Path, account_map: dict[
mikemccand merged PR #135:
URL: https://github.com/apache/lucene-jira-archive/pull/135
--
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..
mocobeta commented on issue #4:
URL:
https://github.com/apache/lucene-jira-archive/issues/4#issuecomment-1207377831
It's just a hyperlink, we can use any anchor string.
In Jira syntax it would be:
```
This issue was moved to GitHub issue [#517|https://link-to-github-issue/].
mocobeta commented on PR #135:
URL:
https://github.com/apache/lucene-jira-archive/pull/135#issuecomment-1207378545
@mikemccand Thanks for reviewing and merging
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
mocobeta merged PR #134:
URL: https://github.com/apache/lucene-jira-archive/pull/134
--
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...@
mocobeta closed issue #132: Replace LUCENE issue links (URLs like
https://issues.apache.org/jira/browse/LUCENE-) with GitHub mentions #NN
URL: https://github.com/apache/lucene-jira-archive/issues/132
--
This is an automated message from the Apache Git Service.
To respond to the message, p
[
https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576357#comment-17576357
]
Tomoko Uchida commented on LUCENE-10557:
[TEST] This was moved to GitHub issue:
mocobeta commented on issue #4:
URL:
https://github.com/apache/lucene-jira-archive/issues/4#issuecomment-1207380725
Refined the comment message for Jira. See:
https://issues.apache.org/jira/browse/LUCENE-10557?focusedCommentId=17576357&page=com.atlassian.jira.plugin.system.issuetabpanels
noblepaul opened a new pull request, #2667:
URL: https://github.com/apache/lucene-solr/pull/2667
A lot of strings are repeated in `state.json` . interning those strings can
dramatically reduce the heap used
```
shards | w/o optimization(MB) | w/ optimization
512 1.
noblepaul closed pull request #2667: Reduce in-memory footprint of stae.json
using String#intern()
URL: https://github.com/apache/lucene-solr/pull/2667
--
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 t
itygh commented on PR #2667:
URL: https://github.com/apache/lucene-solr/pull/2667#issuecomment-1207393418
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
mocobeta commented on code in PR #136:
URL:
https://github.com/apache/lucene-jira-archive/pull/136#discussion_r939665864
##
migration/src/jira_util.py:
##
@@ -236,6 +237,31 @@ def extract_pull_requests(o: dict) -> list[str]:
REGEX_GITHUB_ISSUE_LINK = re.compile(r"(\s)(#\d+)(\s
mocobeta commented on issue #126:
URL:
https://github.com/apache/lucene-jira-archive/issues/126#issuecomment-1207407307
#136 shows text attachment data directly in issue comments (if the size is
not too large).
--
This is an automated message from the Apache Git Service.
To respond to th
[
https://issues.apache.org/jira/browse/LUCENE-10386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sokolov resolved LUCENE-10386.
--
Resolution: Won't Fix
> Add BOM module for ease of dependency management in dependent
msokolov commented on PR #830:
URL: https://github.com/apache/lucene/pull/830#issuecomment-1207413841
Thanks for your contribution. I'm closing this PR ("won't fix"), but it will
remain in the history if we should decide to move ahead at some future point.
--
This is an automated message
msokolov closed pull request #830: LUCENE-10386: add BOM module
URL: https://github.com/apache/lucene/pull/830
--
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
msokolov commented on PR #676:
URL: https://github.com/apache/lucene/pull/676#issuecomment-1207414152
seems like we couldn't resolve this satisfactorily; @spike-liu are you OK
closing?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
msokolov closed pull request #618: LUCENE-10382: Allow KnnVectorQuery to
operate over a subset of liveDo…
URL: https://github.com/apache/lucene/pull/618
--
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
msokolov commented on PR #618:
URL: https://github.com/apache/lucene/pull/618#issuecomment-1207414513
We eventually did this, thanks for kicking it off @joel-bernstein, but I
think we can close this PR now
--
This is an automated message from the Apache Git Service.
To respond to the mess
tang-hi commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1207414597
Hi, @mikemccand. Could this pr be merged?
--
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 th
mikemccand commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1207414992
> Hi, @mikemccand. Could this pr be merged?
Ahh yes it can! Thank you -- I will merge shortly and backport to 9.x.
--
This is an automated message from the Apache Git Service.
[
https://issues.apache.org/jira/browse/LUCENE-10646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576391#comment-17576391
]
ASF subversion and git services commented on LUCENE-10646:
--
Co
mikemccand merged PR #1016:
URL: https://github.com/apache/lucene/pull/1016
--
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
tang-hi commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1207415357
Thanks a lot!
> > Hi, @mikemccand. Could this pr be merged?
>
> Ahh yes it can! Thank you -- I will merge shortly and backport to 9.x.
Thanks a lot!
--
This is an aut
msokolov commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r939674449
##
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
mikemccand commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1207418796
Thank you @tang-hi!
--
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-10646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576392#comment-17576392
]
ASF subversion and git services commented on LUCENE-10646:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-10646.
-
Fix Version/s: 10.0 (main)
9.4
Resolution: Fixed
Than
vlsi commented on code in PR #136:
URL:
https://github.com/apache/lucene-jira-archive/pull/136#discussion_r939680940
##
migration/src/jira_util.py:
##
@@ -236,6 +237,31 @@ def extract_pull_requests(o: dict) -> list[str]:
REGEX_GITHUB_ISSUE_LINK = re.compile(r"(\s)(#\d+)(\s)")
vlsi commented on PR #136:
URL:
https://github.com/apache/lucene-jira-archive/pull/136#issuecomment-1207426589
I would expand by default (there's details-summary expanded by default) the
code blocks less than 10KiB or so.
--
This is an automated message from the Apache Git Service.
To re
kaivalnp commented on code in PR #1054:
URL: https://github.com/apache/lucene/pull/1054#discussion_r939698986
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -248,7 +269,9 @@ private void run(String... args) throws Exception {
if (docVec
vlsi opened a new issue, #137:
URL: https://github.com/apache/lucene-jira-archive/issues/137
It looks like the current strategy is to have the structure like
`$JIRA_ID/...`, however, you might have many issues, so it would make sense to
spread the folders like `$HASH/$JIRA_ID/...`, so subfo
kaivalnp opened a new pull request, #1059:
URL: https://github.com/apache/lucene/pull/1059
`KnnGraphTester` has some drawbacks and needs a refactor because:
- Can only test HNSW search time on graphs created by itself (cannot work
easily with existing / custom indexes)
- Some parameter
kaivalnp commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r939715248
##
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 PR #1059:
URL: https://github.com/apache/lucene/pull/1059#issuecomment-1207477188
Yet to be added:
- Index info operation (some segment info?)
- pre/post filter (currently pre-filters by default, add option for
over-selection + post-filter)
- some output fo
MarcusSorealheis opened a new issue, #1060:
URL: https://github.com/apache/lucene/issues/1060
### Description
I'd like for the team to consider increasing the default limit for
MAX_DIMENSIONS. A number of commonly used encoders are optimized for more
dimensions than Lucene allows out
MarcusSorealheis opened a new pull request, #1061:
URL: https://github.com/apache/lucene/pull/1061
### [Issue 1060](https://github.com/apache/lucene/issues/1060)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
msokolov commented on issue #1060:
URL: https://github.com/apache/lucene/issues/1060#issuecomment-1207483066
Hi Marcus - we've been discussing this in
https://issues.apache.org/jira/browse/LUCENE-10471 it seems to have been
controversial. If you can weigh in with some specific use cases for
MarcusSorealheis commented on issue #1060:
URL: https://github.com/apache/lucene/issues/1060#issuecomment-1207484593
Thanks Mike, I will do so.
--
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 th
msokolov commented on code in PR #1054:
URL: https://github.com/apache/lucene/pull/1054#discussion_r939722013
##
lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java:
##
@@ -248,7 +269,9 @@ private void run(String... args) throws Exception {
if (docVec
mocobeta commented on code in PR #136:
URL:
https://github.com/apache/lucene-jira-archive/pull/136#discussion_r939802322
##
migration/src/jira_util.py:
##
@@ -236,6 +237,31 @@ def extract_pull_requests(o: dict) -> list[str]:
REGEX_GITHUB_ISSUE_LINK = re.compile(r"(\s)(#\d+)(\s
spike-liu commented on PR #676:
URL: https://github.com/apache/lucene/pull/676#issuecomment-1207641837
> seems like we couldn't resolve this satisfactorily; @spike-liu are you OK
closing?
That's fine. Closed.
--
This is an automated message from the Apache Git Service.
To respond t
spike-liu closed pull request #676: Lucene-10176: Remove VectorValues#size()
URL: https://github.com/apache/lucene/pull/676
--
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 u
mocobeta commented on PR #136:
URL:
https://github.com/apache/lucene-jira-archive/pull/136#issuecomment-1207678333
> I would expand by default (there's details-summary expanded by default)
the code blocks less than 10KiB or so.
+1. I randomly picked source code files in my computer a
dweiss commented on issue #137:
URL:
https://github.com/apache/lucene-jira-archive/issues/137#issuecomment-1207707343
Do we care though? It's not like this is going to be checked out by anybody
- these are just files served if people click on a link somewhere. And for unix
systems the numb
vlsi commented on issue #137:
URL:
https://github.com/apache/lucene-jira-archive/issues/137#issuecomment-1207718225
The change is trivial, and it would ease cases like "open repo in GitHub UI"
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
vlsi commented on issue #137:
URL:
https://github.com/apache/lucene-jira-archive/issues/137#issuecomment-1207720546
Here's a recent "big folder causes sloness" issue in Ant:
https://bz.apache.org/bugzilla/show_bug.cgi?id=66048
--
This is an automated message from the Apache Git Service.
dweiss commented on issue #137:
URL:
https://github.com/apache/lucene-jira-archive/issues/137#issuecomment-1207728013
The change is trivial but it leads to less intuitive final URLs. I read the
ant issue and like I said - I don't think people will ever clone the migrated
attachments reposi
vlsi commented on issue #137:
URL:
https://github.com/apache/lucene-jira-archive/issues/137#issuecomment-1207741540
Note that when https://github.com/apache/lucene-jira-archive/issues/127 is
implemented, the URLs become far from human-readable.
markup:
```html
```
61 matches
Mail list logo