[GitHub] [lucene-jira-archive] mocobeta commented on issue #124: Consider using "GitHub link ( JIRA link )" cross-reference style

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

[GitHub] [lucene-jira-archive] mocobeta commented on issue #124: Consider using "GitHub link ( JIRA link )" cross-reference style

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

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #134: Replace lucene jira url with github issue number

2022-08-07 Thread GitBox
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/.

[GitHub] [lucene-jira-archive] vlsi commented on issue #124: Consider using "GitHub link ( JIRA link )" cross-reference style

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

[jira] [Updated] (LUCENE-10557) Migrate to GitHub issue from Jira

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

[jira] [Commented] (LUCENE-10386) Add BOM module for ease of dependency management in dependent projects

2022-08-07 Thread Dawid Weiss (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

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mocobeta commented on issue #126: Show small attachments and images inline

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

[GitHub] [lucene-jira-archive] mikemccand commented on a diff in pull request #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mikemccand commented on issue #4: Which GitHub accont we should/can use for migration?

2022-08-07 Thread GitBox
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).

[GitHub] [lucene-jira-archive] mikemccand commented on a diff in pull request #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mikemccand merged pull request #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mocobeta commented on issue #4: Which GitHub accont we should/can use for migration?

2022-08-07 Thread GitBox
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/].

[GitHub] [lucene-jira-archive] mocobeta commented on pull request #135: Show unmentioned images in issue description

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

[GitHub] [lucene-jira-archive] mocobeta merged pull request #134: Replace lucene jira url with github issue number

2022-08-07 Thread GitBox
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...@

[GitHub] [lucene-jira-archive] mocobeta closed issue #132: Replace LUCENE issue links (URLs like https://issues.apache.org/jira/browse/LUCENE-XXXX) with GitHub mentions #NN

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

[jira] [Commented] (LUCENE-10557) Migrate to GitHub issue from Jira

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

[GitHub] [lucene-jira-archive] mocobeta commented on issue #4: Which GitHub accont we should/can use for migration?

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

[GitHub] [lucene-solr] noblepaul opened a new pull request, #2667: Reduce in-memory footprint of stae.json using String#intern()

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

[GitHub] [lucene-solr] noblepaul closed pull request #2667: Reduce in-memory footprint of stae.json using String#intern()

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

[GitHub] [lucene-solr] itygh commented on pull request #2667: Reduce in-memory footprint of stae.json using String#intern()

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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #136: Embed attachments' text data for known file types

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

[GitHub] [lucene-jira-archive] mocobeta commented on issue #126: Show small attachments and images inline

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

[jira] [Resolved] (LUCENE-10386) Add BOM module for ease of dependency management in dependent projects

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

[GitHub] [lucene] msokolov commented on pull request #830: LUCENE-10386: add BOM module

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

[GitHub] [lucene] msokolov closed pull request #830: LUCENE-10386: add BOM module

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

[GitHub] [lucene] msokolov commented on pull request #676: Lucene-10176: Remove VectorValues#size()

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

[GitHub] [lucene] msokolov closed pull request #618: LUCENE-10382: Allow KnnVectorQuery to operate over a subset of liveDo…

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

[GitHub] [lucene] msokolov commented on pull request #618: LUCENE-10382: Allow KnnVectorQuery to operate over a subset of liveDo…

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

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

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

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

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

[jira] [Commented] (LUCENE-10646) Add some comment on LevenshteinAutomata

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

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

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

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

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

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

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

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

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

[jira] [Commented] (LUCENE-10646) Add some comment on LevenshteinAutomata

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

[jira] [Resolved] (LUCENE-10646) Add some comment on LevenshteinAutomata

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

[GitHub] [lucene-jira-archive] vlsi commented on a diff in pull request #136: Embed attachments' text data for known file types

2022-08-07 Thread GitBox
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)")

[GitHub] [lucene-jira-archive] vlsi commented on pull request #136: Embed attachments' text data for known file types

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

[GitHub] [lucene] kaivalnp commented on a diff in pull request #1054: LUCENE-10577: enable quantization of HNSW vectors to 8 bits

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

[GitHub] [lucene-jira-archive] vlsi opened a new issue, #137: Consider spreading attachment folders to subfolders to avoid 10000+ folders under a single root

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

[GitHub] [lucene] kaivalnp opened a new pull request, #1059: Refactor KnnGraphTester

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

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

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

[GitHub] [lucene] kaivalnp commented on pull request #1059: Refactor KnnGraphTester

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

[GitHub] [lucene] MarcusSorealheis opened a new issue, #1060: Increase the default value of MAX_DIMENSIONS for Vector Values

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

[GitHub] [lucene] MarcusSorealheis opened a new pull request, #1061: increase the value of max dimensions for dense vector search.

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

[GitHub] [lucene] msokolov commented on issue #1060: Increase the default value of MAX_DIMENSIONS for Vector Values

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

[GitHub] [lucene] MarcusSorealheis commented on issue #1060: Increase the default value of MAX_DIMENSIONS for Vector Values

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

[GitHub] [lucene] msokolov commented on a diff in pull request #1054: LUCENE-10577: enable quantization of HNSW vectors to 8 bits

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

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #136: Embed attachments' text data for known file types

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

[GitHub] [lucene] spike-liu commented on pull request #676: Lucene-10176: Remove VectorValues#size()

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

[GitHub] [lucene] spike-liu closed pull request #676: Lucene-10176: Remove VectorValues#size()

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

[GitHub] [lucene-jira-archive] mocobeta commented on pull request #136: Embed attachments' text data for known file types

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

[GitHub] [lucene-jira-archive] dweiss commented on issue #137: Consider spreading attachment folders to subfolders to avoid 10000+ folders under a single root

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

[GitHub] [lucene-jira-archive] vlsi commented on issue #137: Consider spreading attachment folders to subfolders to avoid 10000+ folders under a single root

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

[GitHub] [lucene-jira-archive] vlsi commented on issue #137: Consider spreading attachment folders to subfolders to avoid 10000+ folders under a single root

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

[GitHub] [lucene-jira-archive] dweiss commented on issue #137: Consider spreading attachment folders to subfolders to avoid 10000+ folders under a single root

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

[GitHub] [lucene-jira-archive] vlsi commented on issue #137: Consider spreading attachment folders to subfolders to avoid 10000+ folders under a single root

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