[jira] [Commented] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191454#comment-17191454 ] David Smiley commented on SOLR-14768: - I've got a fix at the PR with further info. I

[GitHub] [lucene-solr] dweiss commented on a change in pull request #1837: LUCENE-7882: First idea of using Java 15 hidden anonymous classes for Lucene expressions

2020-09-06 Thread GitBox
dweiss commented on a change in pull request #1837: URL: https://github.com/apache/lucene-solr/pull/1837#discussion_r484194383 ## File path: lucene/expressions/src/test/org/apache/lucene/expressions/js/TestCustomFunctions.java ## @@ -263,7 +263,7 @@ public void testThrowingExc

[GitHub] [lucene-solr] dsmiley opened a new pull request #1838: SOLR-14768: Fix multipart POST to Solr.

2020-09-06 Thread GitBox
dsmiley opened a new pull request #1838: URL: https://github.com/apache/lucene-solr/pull/1838 https://issues.apache.org/jira/browse/SOLR-14768 Regression from 8.6 Multipart POST would fail due to a NoClassDefFoundError of Jetty MultiPart. Solr cannot access many Jetty classes

[jira] [Assigned] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley reassigned SOLR-14768: --- Assignee: David Smiley > Error 500 on PDF extraction: java.lang.NoClassDefFoundError: > org

[jira] [Commented] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191399#comment-17191399 ] David Smiley commented on SOLR-14768: - I worked on the refactoring that led to this.

[jira] [Commented] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191384#comment-17191384 ] Ishan Chattopadhyaya commented on SOLR-14768: - {quote}Oh dear, "ant package"

[jira] [Comment Edited] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2020-09-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191381#comment-17191381 ] Uwe Schindler edited comment on LUCENE-7882 at 9/6/20, 9:57 PM: --

[GitHub] [lucene-solr] uschindler commented on a change in pull request #1837: LUCENE-7882: First idea of using Java 15 hidden anonymous classes for Lucene expressions

2020-09-06 Thread GitBox
uschindler commented on a change in pull request #1837: URL: https://github.com/apache/lucene-solr/pull/1837#discussion_r484117905 ## File path: lucene/expressions/src/java/org/apache/lucene/expressions/js/JavascriptCompiler.java ## @@ -85,7 +88,33 @@ } } - privat

[jira] [Commented] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2020-09-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191381#comment-17191381 ] Uwe Schindler commented on LUCENE-7882: --- Hi Mike, Java 15 now has the "solutions"

[jira] [Assigned] (LUCENE-7882) Maybe expression compiler should cache recently compiled expressions?

2020-09-06 Thread Uwe Schindler (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-7882: - Assignee: Uwe Schindler > Maybe expression compiler should cache recently compiled expr

[GitHub] [lucene-solr] uschindler opened a new pull request #1837: LUCENE-7882: First idea of using Java 15 hidden anonymous classes for Lucene expressions

2020-09-06 Thread GitBox
uschindler opened a new pull request #1837: URL: https://github.com/apache/lucene-solr/pull/1837 This PR is a first (but already working) idea of using Java 15 hidden classes (see https://openjdk.java.net/jeps/371) to implement the Lucene expressions. The big advantages: - No classloade

[jira] [Commented] (LUCENE-9475) Enhance the Gradle build as necessary after removing Ant support

2020-09-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191379#comment-17191379 ] ASF subversion and git services commented on LUCENE-9475: - Commi

[jira] [Commented] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191378#comment-17191378 ] Ishan Chattopadhyaya commented on SOLR-14768: - bq. Today Ishan Chattopadhyaya

[jira] [Commented] (LUCENE-9509) Refine lucene/BUILD.md (move Solr related contents to top-level README)

2020-09-06 Thread Erick Erickson (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191377#comment-17191377 ] Erick Erickson commented on LUCENE-9509: These look good to me. As chance would

[jira] [Created] (LUCENE-9510) SortingStoredFieldsConsumer should use a format that has better random-access

2020-09-06 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-9510: Summary: SortingStoredFieldsConsumer should use a format that has better random-access Key: LUCENE-9510 URL: https://issues.apache.org/jira/browse/LUCENE-9510 Project

[jira] [Commented] (LUCENE-9475) Enhance the Gradle build as necessary after removing Ant support

2020-09-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191372#comment-17191372 ] ASF subversion and git services commented on LUCENE-9475: - Commi

[jira] [Commented] (SOLR-14836) Exclude README.committers.txt from distribution

2020-09-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191371#comment-17191371 ] ASF subversion and git services commented on SOLR-14836: Commit 8

[jira] [Resolved] (SOLR-14836) Exclude README.committers.txt from distribution

2020-09-06 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-14836. Resolution: Fixed > Exclude README.committers.txt from distribution > -

[jira] [Created] (SOLR-14836) Exclude README.committers.txt from distribution

2020-09-06 Thread Dawid Weiss (Jira)
Dawid Weiss created SOLR-14836: -- Summary: Exclude README.committers.txt from distribution Key: SOLR-14836 URL: https://issues.apache.org/jira/browse/SOLR-14836 Project: Solr Issue Type: Task

[jira] [Commented] (LUCENE-9507) Custom order for leaves in DirectoryReader, IndexWriter and searcher

2020-09-06 Thread Michael Sokolov (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191363#comment-17191363 ] Michael Sokolov commented on LUCENE-9507: - Jim, this sounds like it would be ver

[jira] [Created] (SOLR-14835) Solr 8.6.x log starts with "XmlConfiguration Ignored arg" warning from Jetty

2020-09-06 Thread Colvin Cowie (Jira)
Colvin Cowie created SOLR-14835: --- Summary: Solr 8.6.x log starts with "XmlConfiguration Ignored arg" warning from Jetty Key: SOLR-14835 URL: https://issues.apache.org/jira/browse/SOLR-14835 Project: Sol

[jira] [Updated] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread Joe Doupnik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Doupnik updated SOLR-14768: --- Attachment: Solr v8.6.x fails with multipart MIME in commands.eml Colvin,     Misery loves company d

[jira] [Commented] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread Colvin Cowie (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191345#comment-17191345 ] Colvin Cowie commented on SOLR-14768: - Just to add this to the mix, while having look

[GitHub] [lucene-solr] murblanc commented on a change in pull request #1813: SOLR-14613: No new APIs. use the existing APIs

2020-09-06 Thread GitBox
murblanc commented on a change in pull request #1813: URL: https://github.com/apache/lucene-solr/pull/1813#discussion_r484094742 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/Assign.java ## @@ -551,11 +555,29 @@ public AssignStrategyFactory(SolrCloudMan

[GitHub] [lucene-solr] mocobeta edited a comment on pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-06 Thread GitBox
mocobeta edited a comment on pull request #1836: URL: https://github.com/apache/lucene-solr/pull/1836#issuecomment-687784685 As a supplement to the volume of the changes here, the most of them are automatically done by IDE.

[jira] [Resolved] (LUCENE-9482) There is a problem with the description of "invalid deletion count" exception.

2020-09-06 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen resolved LUCENE-9482. - Resolution: Fixed > There is a problem with the description of "invalid deletion count" exceptio

[jira] [Updated] (LUCENE-9482) There is a problem with the description of "invalid deletion count" exception.

2020-09-06 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-9482: Fix Version/s: 8.6.3 8.7 master (9.0) Affects

[jira] [Commented] (LUCENE-9482) There is a problem with the description of "invalid deletion count" exception.

2020-09-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191311#comment-17191311 ] ASF subversion and git services commented on LUCENE-9482: - Commi

[jira] [Commented] (LUCENE-9482) There is a problem with the description of "invalid deletion count" exception.

2020-09-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191310#comment-17191310 ] ASF subversion and git services commented on LUCENE-9482: - Commi

[jira] [Commented] (LUCENE-9482) There is a problem with the description of "invalid deletion count" exception.

2020-09-06 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191297#comment-17191297 ] ASF subversion and git services commented on LUCENE-9482: - Commi

[GitHub] [lucene-solr] dnhatn merged pull request #1791: LUCENE-9482: Fix deletion count error message

2020-09-06 Thread GitBox
dnhatn merged pull request #1791: URL: https://github.com/apache/lucene-solr/pull/1791 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

[jira] [Comment Edited] (LUCENE-9317) Resolve package name conflicts for StandardAnalyzer to allow Java module system support

2020-09-06 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191272#comment-17191272 ] Tomoko Uchida edited comment on LUCENE-9317 at 9/6/20, 1:35 PM: --

[jira] [Commented] (LUCENE-9317) Resolve package name conflicts for StandardAnalyzer to allow Java module system support

2020-09-06 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191272#comment-17191272 ] Tomoko Uchida commented on LUCENE-9317: --- I opened a PR for an early stage review: 

[GitHub] [lucene-solr] mocobeta commented on pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-06 Thread GitBox
mocobeta commented on pull request #1836: URL: https://github.com/apache/lucene-solr/pull/1836#issuecomment-687784685 To add to the volume of the changes here, the most of them are automatically done by IDE. This is an autom

[GitHub] [lucene-solr] mocobeta opened a new pull request #1836: LUCENE-9317: Clean up split package in analyzers-common

2020-09-06 Thread GitBox
mocobeta opened a new pull request #1836: URL: https://github.com/apache/lucene-solr/pull/1836 This is a draft pull request for review, to try to clean up package name conflicts between `analyzers-common` and `core`. Also I tried to make necessary changes as small as possible. See h

[jira] [Updated] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread Joe Doupnik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Doupnik updated SOLR-14768: --- Attachment: Solr v8.6.x fails with multipart MIME in commands.eml Ishan and Markus,     Patches. Ala

[GitHub] [lucene-solr] mocobeta commented on pull request #1835: LUCENE-9509: Refine lucene/BUILD.md and top-level README (for newdevs)

2020-09-06 Thread GitBox
mocobeta commented on pull request #1835: URL: https://github.com/apache/lucene-solr/pull/1835#issuecomment-687765986 You can see how the modified README/BUILD look like on GitHub at here: https://github.com/mocobeta/lucene-solr/tree/jira/LUCENE-9509

[GitHub] [lucene-solr] mocobeta opened a new pull request #1835: LUCENE-9509: Refine lucene/BUILD.md and top-level README (for newdevs)

2020-09-06 Thread GitBox
mocobeta opened a new pull request #1835: URL: https://github.com/apache/lucene-solr/pull/1835 Current lucene/BUILD.md is somehow mixed-up with information for Solr developers, this is wrong place for them. Solr related information/tips should be moved to the top-level README (or somewhere

[jira] [Created] (LUCENE-9509) Refine lucene/BUILD.md (move Solr related contents to top-level README)

2020-09-06 Thread Tomoko Uchida (Jira)
Tomoko Uchida created LUCENE-9509: - Summary: Refine lucene/BUILD.md (move Solr related contents to top-level README) Key: LUCENE-9509 URL: https://issues.apache.org/jira/browse/LUCENE-9509 Project: Lu

[jira] [Comment Edited] (SOLR-14829) Default components are missing facet_module and terms in documentation

2020-09-06 Thread Johannes Baiter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191223#comment-17191223 ] Johannes Baiter edited comment on SOLR-14829 at 9/6/20, 7:38 AM: --

[jira] [Comment Edited] (SOLR-14829) Default components are missing facet_module and terms in documentation

2020-09-06 Thread Johannes Baiter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191223#comment-17191223 ] Johannes Baiter edited comment on SOLR-14829 at 9/6/20, 7:38 AM: --

[jira] [Commented] (SOLR-14829) Default components are missing facet_module and terms in documentation

2020-09-06 Thread Johannes Baiter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191223#comment-17191223 ] Johannes Baiter commented on SOLR-14829: {quote} Is it enough to merely define y

[jira] [Commented] (SOLR-14768) Error 500 on PDF extraction: java.lang.NoClassDefFoundError: org/eclipse/jetty/server/MultiParts

2020-09-06 Thread Ishan Chattopadhyaya (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191220#comment-17191220 ] Ishan Chattopadhyaya commented on SOLR-14768: - Thanks Joe & Markus! Patches w