[jira] [Commented] (SOLR-14354) HttpShardHandler send requests in async

2020-09-19 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198892#comment-17198892 ] Mark Robert Miller commented on SOLR-14354: --- Okay, I'm not really going to be a

[jira] [Updated] (SOLR-14788) Solr: The Next Big Thing

2020-09-19 Thread Mark Robert Miller (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Robert Miller updated SOLR-14788: -- Description: h3. [!https://www.unicode.org/consortium/aacimg/1F46E.png!|https://www.un

[GitHub] [lucene-solr] arafalov opened a new pull request #1896: SOLR-14880: Support coreRootDirectory setting when create new cores from command line, in standalone mode

2020-09-19 Thread GitBox
arafalov opened a new pull request #1896: URL: https://github.com/apache/lucene-solr/pull/1896 # Description **bin/solr create_core -c test** was failing if solr.xml for the server defined coreRootDirectory different from solr_home. That's because the utility code was assuming solr_

[jira] [Commented] (SOLR-14879) address TestPackages test failures

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

[jira] [Commented] (SOLR-14879) address TestPackages test failures

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

[GitHub] [lucene-solr] noblepaul merged pull request #1895: SOLR-14879: address TestPackages test failures

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

[GitHub] [lucene-solr] noblepaul opened a new pull request #1895: SOLR-14879: address TestPackages test failures

2020-09-19 Thread GitBox
noblepaul opened a new pull request #1895: URL: https://github.com/apache/lucene-solr/pull/1895 Looks like the problem is with ManagedSchema. I've modified the test to not use ManagedSchema This is an automated message from

[jira] [Assigned] (SOLR-14879) address TestPackages test failures

2020-09-19 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-14879: - Assignee: Noble Paul > address TestPackages test failures > -- >

[jira] [Created] (SOLR-14880) bin/solr create_core should work when coreRootDirectory is defined

2020-09-19 Thread Alexandre Rafalovitch (Jira)
Alexandre Rafalovitch created SOLR-14880: Summary: bin/solr create_core should work when coreRootDirectory is defined Key: SOLR-14880 URL: https://issues.apache.org/jira/browse/SOLR-14880 Proj

[jira] [Created] (SOLR-14879) address TestPackages test failures

2020-09-19 Thread Noble Paul (Jira)
Noble Paul created SOLR-14879: - Summary: address TestPackages test failures Key: SOLR-14879 URL: https://issues.apache.org/jira/browse/SOLR-14879 Project: Solr Issue Type: Bug Security Leve

[jira] [Commented] (SOLR-14878) SystemInfoHandler need to expose coreRootDirectory

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

[jira] [Resolved] (SOLR-14878) SystemInfoHandler need to expose coreRootDirectory

2020-09-19 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch resolved SOLR-14878. -- Resolution: Fixed > SystemInfoHandler need to expose coreRootDirectory > --

[jira] [Updated] (SOLR-14878) SystemInfoHandler need to expose coreRootDirectory

2020-09-19 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch updated SOLR-14878: - Fix Version/s: master (9.0) > SystemInfoHandler need to expose coreRootDirectory

[GitHub] [lucene-solr] arafalov merged pull request #1894: SOLR-14878: Expose solr.xml's coreRootDirectory property via the System Settings API

2020-09-19 Thread GitBox
arafalov merged pull request #1894: URL: https://github.com/apache/lucene-solr/pull/1894 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 g

[GitHub] [lucene-solr] arafalov opened a new pull request #1894: SOLR-14878: Expose solr.xml's coreRootDirectory property via the System Settings API

2020-09-19 Thread GitBox
arafalov opened a new pull request #1894: URL: https://github.com/apache/lucene-solr/pull/1894 # Description Even if coreRootDirectory was set in solr.xml, external applications could not access it through the API. It was not exposed. This means it is not possible to run a command s

[jira] [Updated] (SOLR-14878) SystemInfoHandler need to expose coreRootDirectory

2020-09-19 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexandre Rafalovitch updated SOLR-14878: - Description: solr.xml allows to define *coreRootDirectory* but it is currently im

[jira] [Created] (SOLR-14878) SystemInfoHandler need to expose coreRootDirectory

2020-09-19 Thread Alexandre Rafalovitch (Jira)
Alexandre Rafalovitch created SOLR-14878: Summary: SystemInfoHandler need to expose coreRootDirectory Key: SOLR-14878 URL: https://issues.apache.org/jira/browse/SOLR-14878 Project: Solr

[jira] [Comment Edited] (LUCENE-9444) Need an API to easily fetch facet labels for a field in a document

2020-09-19 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198780#comment-17198780 ] Ankur edited comment on LUCENE-9444 at 9/19/20, 6:30 PM: - Thanks

[jira] [Commented] (LUCENE-9444) Need an API to easily fetch facet labels for a field in a document

2020-09-19 Thread Ankur (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198780#comment-17198780 ] Ankur commented on LUCENE-9444: --- Thanks [~mikemccand] for making those changes. I made a c

[jira] [Commented] (SOLR-14802) Sorting by min of two geodist functions

2020-09-19 Thread Tom Edge (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198706#comment-17198706 ] Tom Edge commented on SOLR-14802: - Excellent! Sounds good to me, this will be really usef

[GitHub] [lucene-solr] munendrasn commented on a change in pull request #1371: SOLR-14333: print readable version of CollapsedPostFilter query

2020-09-19 Thread GitBox
munendrasn commented on a change in pull request #1371: URL: https://github.com/apache/lucene-solr/pull/1371#discussion_r491312573 ## File path: solr/core/src/java/org/apache/solr/search/CollapsingQParserPlugin.java ## @@ -188,6 +206,11 @@ public int hashCode() { return