[jira] [Commented] (LUCENE-10359) KoreanTokenizer: TestRandomChains fails with incorrect offsets

2022-04-08 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519881#comment-17519881 ] Tomoko Uchida commented on LUCENE-10359: I noticed this issue when looking at t

[jira] [Comment Edited] (LUCENE-10359) KoreanTokenizer: TestRandomChains fails with incorrect offsets

2022-04-08 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519881#comment-17519881 ] Tomoko Uchida edited comment on LUCENE-10359 at 4/9/22 6:32 AM: -

[GitHub] [lucene] dweiss commented on pull request #803: LUCENE-10229: return -1 for unknown offsets in ExtendedIntervalsSource. Modify highlighting to work properly with or without offsets (depending

2022-04-08 Thread GitBox
dweiss commented on PR #803: URL: https://github.com/apache/lucene/pull/803#issuecomment-1093720565 > I think we should always return -1 here? After all, we will always be extending things in at least one direction, so we will never be able to return correct offsets for the whole interval.

[GitHub] [lucene] dweiss closed pull request #803: LUCENE-10229: return -1 for unknown offsets in ExtendedIntervalsSource. Modify highlighting to work properly with or without offsets (depending on th

2022-04-08 Thread GitBox
dweiss closed pull request #803: LUCENE-10229: return -1 for unknown offsets in ExtendedIntervalsSource. Modify highlighting to work properly with or without offsets (depending on their availability). URL: https://github.com/apache/lucene/pull/803 -- This is an automated message from the Apa

[GitHub] [lucene] dweiss commented on a diff in pull request #802: Check module access prior to running gjf/spotless tasks

2022-04-08 Thread GitBox
dweiss commented on code in PR #802: URL: https://github.com/apache/lucene/pull/802#discussion_r846579965 ## gradle/validation/spotless.gradle: ## @@ -22,6 +22,19 @@ def resources = scriptResources(buildscript) +// Check that GJF has access to jdk.compiler internals (this i

[jira] [Commented] (LUCENE-10493) Can we unify the viterbi search logic in the tokenizers of kuromoji and nori?

2022-04-08 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519870#comment-17519870 ] Tomoko Uchida commented on LUCENE-10493: I opened the main PR: https://github.c

[GitHub] [lucene] Yuti-G commented on pull request #806: LUCENE-10488: Optimize Facets#getTopDims in FloatTaxonomyFacets

2022-04-08 Thread GitBox
Yuti-G commented on PR #806: URL: https://github.com/apache/lucene/pull/806#issuecomment-1093475380 Just ran benchmark and no regression found. TaskQPS baseline StdDevQPS candidate StdDevPct diff p-value BrowseDateS

[GitHub] [lucene] Yuti-G opened a new pull request, #806: LUCENE-10488: Optimize Facets#getTopDims in FloatTaxonomyFacets

2022-04-08 Thread GitBox
Yuti-G opened a new pull request, #806: URL: https://github.com/apache/lucene/pull/806 # Description This change overrides and optimizes the default implementation of getTopDims in FloatTaxonomyFacets which is extended by TaxonomyFacetFloatAssociations # Solution Override ge

[GitHub] [lucene] romseygeek commented on a diff in pull request #803: LUCENE-10229: return -1 for unknown offsets in ExtendedIntervalsSource. Modify highlighting to work properly with or without offs

2022-04-08 Thread GitBox
romseygeek commented on code in PR #803: URL: https://github.com/apache/lucene/pull/803#discussion_r846412825 ## lucene/queries/src/java/org/apache/lucene/queries/intervals/ExtendedIntervalsSource.java: ## @@ -53,9 +55,60 @@ public IntervalMatchesIterator matches(String field,

[GitHub] [lucene] uschindler commented on a diff in pull request #802: Check module access prior to running gjf/spotless tasks

2022-04-08 Thread GitBox
uschindler commented on code in PR #802: URL: https://github.com/apache/lucene/pull/802#discussion_r846368634 ## gradle/validation/spotless.gradle: ## @@ -22,6 +22,19 @@ def resources = scriptResources(buildscript) +// Check that GJF has access to jdk.compiler internals (th

[jira] [Comment Edited] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519709#comment-17519709 ] Ignacio Vera edited comment on LUCENE-10508 at 4/8/22 5:44 PM: --

[jira] [Commented] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519709#comment-17519709 ] Ignacio Vera commented on LUCENE-10508: --- The error in LUCENE-7514 is related to

[jira] [Commented] (LUCENE-10292) AnalyzingInfixSuggester thread safety: lookup() fails during (re)build()

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

[jira] [Resolved] (LUCENE-10292) AnalyzingInfixSuggester thread safety: lookup() fails during (re)build()

2022-04-08 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter resolved LUCENE-10292. - Fix Version/s: 10.0 (main) 9.2 Resolution: Fixed than

[jira] [Commented] (LUCENE-10292) AnalyzingInfixSuggester thread safety: lookup() fails during (re)build()

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

[GitHub] [lucene] iverase opened a new pull request, #804: LUCENE-10508: Fixes some failures where a GeoArea is built with degenerated latitude

2022-04-08 Thread GitBox
iverase opened a new pull request, #804: URL: https://github.com/apache/lucene/pull/804 In spatial3d in order to built a bounding box we need to check the provided values and decide which kind of structure we need to build depending on the characteristics of the bounding box. One of this ch

[jira] [Resolved] (LUCENE-10509) Performance degraded after upgrade from 8.8.2 to 8.9.0

2022-04-08 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-10509. --- Resolution: Not A Problem I suspect that this is due to LUCENE-9663, which improved compres

[jira] [Commented] (LUCENE-10229) Match offsets should be consistent for fields with positions and fields with offsets

2022-04-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519526#comment-17519526 ] Dawid Weiss commented on LUCENE-10229: -- [~romseygeek] I'd appreciate you taking a

[GitHub] [lucene] dweiss commented on a diff in pull request #803: LUCENE-10229: return -1 for unknown offsets in ExtendedIntervalsSource. Modify highlighting to work properly with or without offsets

2022-04-08 Thread GitBox
dweiss commented on code in PR #803: URL: https://github.com/apache/lucene/pull/803#discussion_r845986080 ## lucene/queries/src/java/org/apache/lucene/queries/intervals/ExtendedIntervalsSource.java: ## @@ -53,9 +55,60 @@ public IntervalMatchesIterator matches(String field, Leaf

[jira] [Commented] (LUCENE-10229) Match offsets should be consistent for fields with positions and fields with offsets

2022-04-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519509#comment-17519509 ] Dawid Weiss commented on LUCENE-10229: -- I finally found some time to take a closer

[jira] [Updated] (LUCENE-10509) Performance degraded after upgrade from 8.8.2 to 8.9.0

2022-04-08 Thread Rajesh T (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh T updated LUCENE-10509: -- Description: We are planning to upgrade from elasticsearch 7.7.1 to opensearch 1.1.0 (with lucene ve

[jira] [Created] (LUCENE-10509) Performance degraded after 8.8.2 to 8.9.0

2022-04-08 Thread Rajesh T (Jira)
Rajesh T created LUCENE-10509: - Summary: Performance degraded after 8.8.2 to 8.9.0 Key: LUCENE-10509 URL: https://issues.apache.org/jira/browse/LUCENE-10509 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (LUCENE-10509) Performance degraded after upgrade from 8.8.2 to 8.9.0

2022-04-08 Thread Rajesh T (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh T updated LUCENE-10509: -- Summary: Performance degraded after upgrade from 8.8.2 to 8.9.0 (was: Performance degraded after 8.8

[GitHub] [lucene] uschindler commented on pull request #802: Check module access prior to running gjf/spotless tasks

2022-04-08 Thread GitBox
uschindler commented on PR #802: URL: https://github.com/apache/lucene/pull/802#issuecomment-1092697951 > Looks fine to me. We can maybe do the same regarding errorprone. Errorprone does not run by default without -Dtests.nightly at moment, but we should do the same. See here:

[jira] [Commented] (LUCENE-10493) Can we unify the viterbi search logic in the tokenizers of kuromoji and nori?

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

[GitHub] [lucene] mocobeta merged pull request #801: LUCENE-10493: Unify token Type enum in kuromoji and nori

2022-04-08 Thread GitBox
mocobeta merged PR #801: URL: https://github.com/apache/lucene/pull/801 -- 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

[jira] [Resolved] (LUCENE-7514) TestLatLonPointQueries fails with biased (evil) numbers

2022-04-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-7514. - Resolution: Abandoned > TestLatLonPointQueries fails with biased (evil) numbers > --

[jira] [Commented] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-08 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519429#comment-17519429 ] Dawid Weiss commented on LUCENE-10508: -- I recall playing with randomizing those fl

[jira] [Updated] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-08 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera updated LUCENE-10508: -- Issue Type: Bug (was: Improvement) > GeoArea failure with degenerated latitude > ---

[jira] [Created] (LUCENE-10508) GeoArea failure with degenerated latitude

2022-04-08 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-10508: - Summary: GeoArea failure with degenerated latitude Key: LUCENE-10508 URL: https://issues.apache.org/jira/browse/LUCENE-10508 Project: Lucene - Core Issue T