[jira] [Created] (LUCENE-10672) Re-evaluate different ways to encode postings

2022-08-03 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10672: - Summary: Re-evaluate different ways to encode postings Key: LUCENE-10672 URL: https://issues.apache.org/jira/browse/LUCENE-10672 Project: Lucene - Core Iss

[GitHub] [lucene-jira-archive] mikemccand commented on issue #106: Inlined patches don't migrate correctly

2022-08-03 Thread GitBox
mikemccand commented on issue #106: URL: https://github.com/apache/lucene-jira-archive/issues/106#issuecomment-1203731966 > I can fix 19 issues by hand after the migration (there would be no hurry), could you tell me the issue numbers or commands to identify the issues with inline patches?

[GitHub] [lucene-jira-archive] mikemccand commented on issue #106: Inlined patches don't migrate correctly

2022-08-03 Thread GitBox
mikemccand commented on issue #106: URL: https://github.com/apache/lucene-jira-archive/issues/106#issuecomment-1203799408 OK I iterated some more on my silly "attempt to detected diff/patch/quoted code" to this VERY scratchy tool: ``` import os import re import glob impor

[GitHub] [lucene-jira-archive] mikemccand commented on issue #106: Inlined patches don't migrate correctly

2022-08-03 Thread GitBox
mikemccand commented on issue #106: URL: https://github.com/apache/lucene-jira-archive/issues/106#issuecomment-1203800580 Some of those are properly marked up with Jira's markup, and should migrate well, but others are not. Honestly, I still feel this is part of the "long tail" of Ji

[jira] [Created] (LUCENE-10673) Spatial3d fails constructing a legal bounding box

2022-08-03 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-10673: - Summary: Spatial3d fails constructing a legal bounding box Key: LUCENE-10673 URL: https://issues.apache.org/jira/browse/LUCENE-10673 Project: Lucene - Core

[jira] [Updated] (LUCENE-10673) Spatial3d fails constructing a legal bounding box

2022-08-03 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-10673: -- Component/s: modules/spatial3d > Spatial3d fails constructing a legal bounding box >

[jira] [Commented] (LUCENE-10672) Re-evaluate different ways to encode postings

2022-08-03 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574668#comment-17574668 ] Michael McCandless commented on LUCENE-10672: - +1 Maybe we can also peek a

[GitHub] [lucene-jira-archive] mocobeta commented on issue #106: Inlined patches don't migrate correctly

2022-08-03 Thread GitBox
mocobeta commented on issue #106: URL: https://github.com/apache/lucene-jira-archive/issues/106#issuecomment-1203827169 Thanks, I added this to the migration plan (or to-do list) in #7. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [lucene] iverase opened a new pull request, #1056: LUCENE-10673: Improve check of equality for latitudes for GeoBoundingBox

2022-08-03 Thread GitBox
iverase opened a new pull request, #1056: URL: https://github.com/apache/lucene/pull/1056 The PR makes two latitudes to be equal if the value of the sine is lower than the vector resolution. -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [lucene-jira-archive] mocobeta commented on issue #89: Excess strike-through on conversion

2022-08-03 Thread GitBox
mocobeta commented on issue #89: URL: https://github.com/apache/lucene-jira-archive/issues/89#issuecomment-1203992440 The difficulty here is that `~` actually has special meanings in both Jira syntax and Markdown. The conversion process is done as follows and the order is important.

[GitHub] [lucene-jira-archive] mocobeta opened a new pull request, #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mocobeta opened a new pull request, #108: URL: https://github.com/apache/lucene-jira-archive/pull/108 #89 I think this should be safe. 1. Convert Jira's `[~username]` mention to GitHub mention. 2. Escape all `~` in Jira data 3. Convert Jira syntax to Markdown -- This i

[GitHub] [lucene-jira-archive] mocobeta commented on pull request #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mocobeta commented on PR #108: URL: https://github.com/apache/lucene-jira-archive/pull/108#issuecomment-1204091313 The result seems fine: https://github.com/mocobeta/migration-test-3/issues/522 ![Screenshot from 2022-08-04 00-17-21](https://user-images.githubusercontent.com/18253

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mocobeta commented on code in PR #108: URL: https://github.com/apache/lucene-jira-archive/pull/108#discussion_r936795269 ## migration/src/jira_util.py: ## @@ -287,9 +276,23 @@ def escape_gh_issue_link(m: re.Match): disp_name = jira_users.get(jira_id) g

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mocobeta commented on code in PR #108: URL: https://github.com/apache/lucene-jira-archive/pull/108#discussion_r936795884 ## migration/src/jira_util.py: ## @@ -287,9 +276,23 @@ def escape_gh_issue_link(m: re.Match): disp_name = jira_users.get(jira_id) g

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mocobeta commented on code in PR #108: URL: https://github.com/apache/lucene-jira-archive/pull/108#discussion_r936796559 ## migration/src/jira_util.py: ## @@ -287,9 +276,23 @@ def escape_gh_issue_link(m: re.Match): disp_name = jira_users.get(jira_id) g

[GitHub] [lucene-jira-archive] mocobeta commented on a diff in pull request #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mocobeta commented on code in PR #108: URL: https://github.com/apache/lucene-jira-archive/pull/108#discussion_r936795884 ## migration/src/jira_util.py: ## @@ -287,9 +276,23 @@ def escape_gh_issue_link(m: re.Match): disp_name = jira_users.get(jira_id) g

[GitHub] [lucene-jira-archive] mocobeta commented on issue #89: Excess strike-through on conversion

2022-08-03 Thread GitBox
mocobeta commented on issue #89: URL: https://github.com/apache/lucene-jira-archive/issues/89#issuecomment-1204100796 No, in fact, it should be safely done - #108. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [lucene-jira-archive] mikemccand merged pull request #108: Reorder text processing, tweak mention format, escape tilde

2022-08-03 Thread GitBox
mikemccand merged PR #108: URL: https://github.com/apache/lucene-jira-archive/pull/108 -- 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..

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

2022-08-03 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

[GitHub] [lucene] yugushihuang opened a new pull request, #1057: Add a codec class to track merge time of each index part

2022-08-03 Thread GitBox
yugushihuang opened a new pull request, #1057: URL: https://github.com/apache/lucene/pull/1057 This PR add filter class for each index format classes and their writer/producer/reader/consumer and add a tracking codec class to track merge time of each index part. [Jira Issue Link](https:

[jira] [Updated] (LUCENE-10670) Add a Codec class to track merge time of each index part

2022-08-03 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

[GitHub] [lucene] iverase merged pull request #1056: LUCENE-10673: Improve check of equality for latitudes for spatial3d GeoBoundingBox

2022-08-03 Thread GitBox
iverase merged PR #1056: URL: https://github.com/apache/lucene/pull/1056 -- 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-10673) Spatial3d fails constructing a legal bounding box

2022-08-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17575015#comment-17575015 ] ASF subversion and git services commented on LUCENE-10673: -- Co

[jira] [Commented] (LUCENE-10673) Spatial3d fails constructing a legal bounding box

2022-08-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17575016#comment-17575016 ] ASF subversion and git services commented on LUCENE-10673: -- Co

[jira] [Resolved] (LUCENE-10673) Spatial3d fails constructing a legal bounding box

2022-08-03 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-10673. --- Fix Version/s: 9.4 Assignee: Ignacio Vera Resolution: Fixed > Spatial3d fai