[jira] [Commented] (LUCENE-10089) Add a way to disable the sort optimizations to leverage points on numeric fields

2021-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413902#comment-17413902 ] ASF subversion and git services commented on LUCENE-10089: -- Commit

[GitHub] [lucene] jimczi merged pull request #291: LUCENE-10089: Disable numeric sort optimization early

2021-09-12 Thread GitBox
jimczi merged pull request #291: URL: https://github.com/apache/lucene/pull/291 -- 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:

[GitHub] [lucene] xiaoshi2013 opened a new pull request #296: LUCENE-10010: configuration items of the alg file are adapted to the …

2021-09-12 Thread GitBox
xiaoshi2013 opened a new pull request #296: URL: https://github.com/apache/lucene/pull/296 Fix alg suffix file, NewAnalyzerTask class(Same as LUCENE-10091) to be compatible with 9.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (LUCENE-10100) configuration items of the alg file are adapted to the 9.0 branch

2021-09-12 Thread xiaoshi (Jira)
xiaoshi created LUCENE-10100: Summary: configuration items of the alg file are adapted to the 9.0 branch Key: LUCENE-10100 URL: https://issues.apache.org/jira/browse/LUCENE-10100 Project: Lucene - Core

[GitHub] [lucene] rmuir commented on pull request #295: LUCENE-10099: Add -Ptests.asyncprofile option.

2021-09-12 Thread GitBox
rmuir commented on pull request #295: URL: https://github.com/apache/lucene/pull/295#issuecomment-917803069 If the user has java 16 or above, and we pass `-XX:+UnlockDiagnosticVMOptions -XX:+DumpPerfMapAtExit -XX:+PreserveFramePointer` to the JVM, we should get java symbol resolution

[GitHub] [lucene] markrmiller commented on a change in pull request #295: LUCENE-10099: Add -Ptests.asyncprofile option.

2021-09-12 Thread GitBox
markrmiller commented on a change in pull request #295: URL: https://github.com/apache/lucene/pull/295#discussion_r706926916 ## File path: buildSrc/src/main/java/org/apache/lucene/gradle/ProfileResults.java ## @@ -156,42 +156,42 @@ public static void printReport(List files,

[GitHub] [lucene] markrmiller opened a new pull request #295: LUCENE-10099: Add -Ptests.asyncprofile option.

2021-09-12 Thread GitBox
markrmiller opened a new pull request #295: URL: https://github.com/apache/lucene/pull/295 Here is a minimal rough draft for a tests.asyncprofile option that uses the java async profiler: https://github.com/jvm-profiling-tools/async-profiler Still needs a variety of configuration

[jira] [Created] (LUCENE-10099) Add -Ptests.asyncprofile option.

2021-09-12 Thread Mark Robert Miller (Jira)
was a bit intense I guess, sorry for the slow load on the flame graph ;) Summary https://elated-banach-e02e8b.netlify.app/asyncprofiler/hotspot-pid-686723-id-0-20210912-162040.txt Results Tree https://elated-banach-e02e8b.netlify.app/asyncprofiler/tree-hotspot-pid-686723-id-0-20210912-162044.html

[jira] [Resolved] (LUCENE-10098) Add note/link to GermanAnalyzer for decompounding nouns

2021-09-12 Thread Robert Muir (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-10098. -- Fix Version/s: 8.11 main (9.0) Resolution: Fixed > Add note/link

[jira] [Commented] (LUCENE-10098) Add note/link to GermanAnalyzer for decompounding nouns

2021-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413757#comment-17413757 ] ASF subversion and git services commented on LUCENE-10098: -- Commit

[jira] [Commented] (LUCENE-10098) Add note/link to GermanAnalyzer for decompounding nouns

2021-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413758#comment-17413758 ] ASF subversion and git services commented on LUCENE-10098: -- Commit

[jira] [Commented] (LUCENE-10098) Add note/link to GermanAnalyzer for decompounding nouns

2021-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17413752#comment-17413752 ] ASF subversion and git services commented on LUCENE-10098: -- Commit

[GitHub] [lucene] rmuir merged pull request #294: LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns.

2021-09-12 Thread GitBox
rmuir merged pull request #294: URL: https://github.com/apache/lucene/pull/294 -- 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:

[GitHub] [lucene] rmuir commented on pull request #294: LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns.

2021-09-12 Thread GitBox
rmuir commented on pull request #294: URL: https://github.com/apache/lucene/pull/294#issuecomment-917664496 Thanks @uschindler . I added a phrase about the data files having licenses incompatible with Apache 2.0. I also moved to 8.11 (copying the 8.11 section from `branch_8x`, it was

[jira] [Issue Comment Deleted] (LUCENE-10091) Fix some old errors in the benchmark module

2021-09-12 Thread xiaoshi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaoshi updated LUCENE-10091: - Comment: was deleted (was: 9.0 also needs to fix this bug) > Fix some old errors in the benchmark

[jira] [Resolved] (LUCENE-10091) Fix some old errors in the benchmark module

2021-09-12 Thread xiaoshi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaoshi resolved LUCENE-10091. -- Resolution: Fixed > Fix some old errors in the benchmark module >

[GitHub] [lucene] uschindler edited a comment on pull request #294: LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns.

2021-09-12 Thread GitBox
uschindler edited a comment on pull request #294: URL: https://github.com/apache/lucene/pull/294#issuecomment-917650158 I think this is a good addition. As owner of the linked repository (https://github.com/uschindler/german-decompounder), I tried to get some more details on the

[GitHub] [lucene] uschindler commented on pull request #294: LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns.

2021-09-12 Thread GitBox
uschindler commented on pull request #294: URL: https://github.com/apache/lucene/pull/294#issuecomment-917650473 +1 to Backport (if still possible for 8.10). -- 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] uschindler commented on pull request #294: LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns.

2021-09-12 Thread GitBox
uschindler commented on pull request #294: URL: https://github.com/apache/lucene/pull/294#issuecomment-917650158 I think this is a good addition. As owner of the linked repository, I tried to get some more details on the licenses, but it is impossible to include both files needed

[GitHub] [lucene] rmuir opened a new pull request #294: LUCENE-10098: add note/link to GermanAnalyzer for decompounding nouns.

2021-09-12 Thread GitBox
rmuir opened a new pull request #294: URL: https://github.com/apache/lucene/pull/294 We can't do this out of box with the analyzer, due to incompatible licenses. But we can make it easy on the user to do this, by linking to repo that has sample code, documentation, and the required

[jira] [Reopened] (LUCENE-10091) Fix some old errors in the benchmark module

2021-09-12 Thread xiaoshi (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] xiaoshi reopened LUCENE-10091: -- 9.0 also needs to fix this bug > Fix some old errors in the benchmark module >