[jira] [Commented] (SOLR-15590) Start up Core Container via ServletContextListener

2021-12-04 Thread Gus Heck (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453521#comment-17453521 ] Gus Heck commented on SOLR-15590: - [~thelabdude] After reading code a bit more, reproduci

[GitHub] [solr] gus-asf opened a new pull request #445: SOLR-15590 Fix SSL, init order misplaced by prior commit for this ticket.

2021-12-04 Thread GitBox
gus-asf opened a new pull request #445: URL: https://github.com/apache/solr/pull/445 Moves init into jetty-ssl.xml to ensure ssl is ready before any of our https request related code needs it, and remove such concerns form request and servlet related classes. -- This is an automated

[GitHub] [solr] epugh commented on pull request #444: SOLR-15834: Films example readme needs updating and including useParams mention

2021-12-04 Thread GitBox
epugh commented on pull request #444: URL: https://github.com/apache/solr/pull/444#issuecomment-986095388 @HoustonPutman love any thoughts on how I've tweaked the demo... I haven't ripped out the use of the schemaless guessing stuff, but could if you think I should. -- This is an au

[jira] [Commented] (SOLR-14808) Config API: json output includes requestHandler "update" (as well as "/update")

2021-12-04 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453436#comment-17453436 ] Alexandre Rafalovitch commented on SOLR-14808: -- My test repository with the

[GitHub] [solr] epugh opened a new pull request #444: SOLR-15834: Films example readme needs updating and including useParams mention

2021-12-04 Thread GitBox
epugh opened a new pull request #444: URL: https://github.com/apache/solr/pull/444 https://issues.apache.org/jira/browse/SOLR-15834 # Description Ref Guide suggests `useParams` is documented in the films example, but it isn't. Now introducing that. # Solution Up

[GitHub] [solr] epugh commented on a change in pull request #409: SOLR-15786

2021-12-04 Thread GitBox
epugh commented on a change in pull request #409: URL: https://github.com/apache/solr/pull/409#discussion_r762430032 ## File path: solr/core/src/java/org/apache/solr/util/SolrCLI.java ## @@ -2845,8 +2845,42 @@ protected void runExample(CommandLine cli, String exampleName) thro

[jira] [Created] (SOLR-15834) Films example readme needs updating and including useParams mention

2021-12-04 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15834: -- Summary: Films example readme needs updating and including useParams mention Key: SOLR-15834 URL: https://issues.apache.org/jira/browse/SOLR-15834 Project: Solr

[GitHub] [solr] epugh commented on a change in pull request #409: SOLR-15786

2021-12-04 Thread GitBox
epugh commented on a change in pull request #409: URL: https://github.com/apache/solr/pull/409#discussion_r762428982 ## File path: solr/core/src/java/org/apache/solr/util/SolrCLI.java ## @@ -2845,8 +2845,42 @@ protected void runExample(CommandLine cli, String exampleName) thro

[jira] [Resolved] (SOLR-15786) films example is somewhat orphaned in our setup

2021-12-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15786. Fix Version/s: main (9.0) Resolution: Fixed > films example is somewhat orphaned in

[jira] [Resolved] (SOLR-9456) Freebase used in films example is no longer available

2021-12-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-9456. --- Fix Version/s: main (9.0) Resolution: Fixed This was fixed by SOLR-15786. > Freebase u

[jira] [Commented] (SOLR-15786) films example is somewhat orphaned in our setup

2021-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453410#comment-17453410 ] ASF subversion and git services commented on SOLR-15786: Commit d

[jira] [Commented] (SOLR-9456) Freebase used in films example is no longer available

2021-12-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453411#comment-17453411 ] ASF subversion and git services commented on SOLR-9456: --- Commit d3ea

[GitHub] [solr] epugh merged pull request #409: SOLR-15786

2021-12-04 Thread GitBox
epugh merged pull request #409: URL: https://github.com/apache/solr/pull/409 -- 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...@so

[GitHub] [solr] epugh commented on a change in pull request #409: SOLR-15786

2021-12-04 Thread GitBox
epugh commented on a change in pull request #409: URL: https://github.com/apache/solr/pull/409#discussion_r762428050 ## File path: solr/core/src/java/org/apache/solr/util/SolrCLI.java ## @@ -2845,8 +2845,42 @@ protected void runExample(CommandLine cli, String exampleName) thro

[jira] [Commented] (SOLR-14808) Config API: json output includes requestHandler "update" (as well as "/update")

2021-12-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453400#comment-17453400 ] David Eric Pugh commented on SOLR-14808: Can you describe a bit more how you ran

[GitHub] [solr] gerlowskija commented on a change in pull request #433: SOLR-15747: Convert /node v2 APIs to annotations

2021-12-04 Thread GitBox
gerlowskija commented on a change in pull request #433: URL: https://github.com/apache/solr/pull/433#discussion_r762421467 ## File path: solr/core/src/java/org/apache/solr/handler/admin/InfoHandler.java ## @@ -150,11 +156,6 @@ public SolrRequestHandler getSubHandler(String subP