[jira] [Commented] (SOLR-14688) First party package implementation design

2021-03-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306712#comment-17306712 ] David Smiley commented on SOLR-14688: - Can we please not use "/userfiles" anymore and maybe remove

[GitHub] [solr] dsmiley commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-22 Thread GitBox
dsmiley commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r599225946 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerCollectionConfigSetProcessor.java ## @@ -88,9 +88,9 @@ private static

[jira] [Commented] (SOLR-15274) QueryElevationComponent: auto-load file changes; remove data dir support

2021-03-22 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306710#comment-17306710 ] David Smiley commented on SOLR-15274: - Thanks for looking Hoss! In the PR, the config file is *not*

[GitHub] [solr] gerlowskija commented on a change in pull request #41: SOLR-11646: document v2 api (WIP)

2021-03-22 Thread GitBox
gerlowskija commented on a change in pull request #41: URL: https://github.com/apache/solr/pull/41#discussion_r599174898 ## File path: solr/solr-ref-guide/src/collections-api.adoc ## @@ -66,7 +96,29 @@ http://localhost:8983/solr/admin/collections?action=SPLITSHARD=collec

[GitHub] [solr] epugh opened a new pull request #43: SOLR-15278: allow the flush parameter to be passed when doing a DELETE

2021-03-22 Thread GitBox
epugh opened a new pull request #43: URL: https://github.com/apache/solr/pull/43 # Description V2 API didn't support passing the flush command. # Solution Need to add support to do: ``` curl -X DELETE http://localhost:8983/api/cluster/command-status -H

[jira] [Updated] (SOLR-15277) Schema Designer in Admin UI

2021-03-22 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-15277: -- Attachment: schema-designer-5.png > Schema Designer in Admin UI > ---

[GitHub] [solr] thelabdude opened a new pull request #42: SOLR-15277: Schema designer UI and supporting backend

2021-03-22 Thread GitBox
thelabdude opened a new pull request #42: URL: https://github.com/apache/solr/pull/42 # Description See https://issues.apache.org/jira/browse/SOLR-15277 # Solution WIP ~ still needs some hardening, more unit tests, and so on ... but close enough to my original vision

[jira] [Created] (SOLR-15278) v2 DELETESTATUS end point isn't compatible with "flush" concept.

2021-03-22 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15278: -- Summary: v2 DELETESTATUS end point isn't compatible with "flush" concept. Key: SOLR-15278 URL: https://issues.apache.org/jira/browse/SOLR-15278 Project: Solr

[jira] [Commented] (SOLR-14688) First party package implementation design

2021-03-22 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306659#comment-17306659 ] Noble Paul commented on SOLR-14688: --- We expect the whole system to be a single artifact How I expect

[jira] [Updated] (SOLR-15277) Schema Designer in Admin UI

2021-03-22 Thread Timothy Potter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Potter updated SOLR-15277: -- Description: Augment Solr’s schema-guessing (aka “schemaless”) mode with a new interactive

[jira] [Commented] (SOLR-14688) First party package implementation design

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-14688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306653#comment-17306653 ] Jan Høydahl commented on SOLR-14688: For a customer I recently needed to roll out an Elastic cluster

[GitHub] [solr] epugh opened a new pull request #41: SOLR-11646: document v2 api (WIP)

2021-03-22 Thread GitBox
epugh opened a new pull request #41: URL: https://github.com/apache/solr/pull/41 # Description Continuing to add V2 api documentation. # Solution Running `bin/solr -c -e techproducts` and then testing the commands. Using

[GitHub] [solr] epugh opened a new pull request #40: SOLR-15276: Use same pattern on GET as on DELETE and be more RESTful.

2021-03-22 Thread GitBox
epugh opened a new pull request #40: URL: https://github.com/apache/solr/pull/40 # Description Pass the requestid param as the `{id}` in the url, same as in the DELETE verb # Solution Simple change to mapper # Tests run tests # Checklist

[jira] [Created] (SOLR-15277) Schema Designer in Admin UI

2021-03-22 Thread Timothy Potter (Jira)
Timothy Potter created SOLR-15277: - Summary: Schema Designer in Admin UI Key: SOLR-15277 URL: https://issues.apache.org/jira/browse/SOLR-15277 Project: Solr Issue Type: New Feature

[jira] [Assigned] (SOLR-15276) v2 REQUESTSTATUS should inline the id parameter.

2021-03-22 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15276: -- Assignee: David Eric Pugh > v2 REQUESTSTATUS should inline the id parameter. >

[jira] [Created] (SOLR-15276) v2 REQUESTSTATUS should inline the id parameter.

2021-03-22 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15276: -- Summary: v2 REQUESTSTATUS should inline the id parameter. Key: SOLR-15276 URL: https://issues.apache.org/jira/browse/SOLR-15276 Project: Solr Issue

[jira] [Commented] (SOLR-15090) Allow backups to GCS (Google Cloud Storage)

2021-03-22 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306574#comment-17306574 ] Jason Gerlowski commented on SOLR-15090: I've published my first pass of this to the post-split

[GitHub] [solr] gerlowskija opened a new pull request #39: SOLR-15090: Allow backup storage in GCS

2021-03-22 Thread GitBox
gerlowskija opened a new pull request #39: URL: https://github.com/apache/solr/pull/39 # Description Solr offers a "BackupRepository" abstraction that allows users to implement storage to arbitrary backends. But ootb, Solr only offers repositories for HDFS (deprecated) and local

[GitHub] [solr] NazerkeBS commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-22 Thread GitBox
NazerkeBS commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r599048184 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerCollectionMessageHandler.java ## @@ -67,6 +68,7 @@ HttpShardHandlerFactory

[GitHub] [solr] NazerkeBS commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-22 Thread GitBox
NazerkeBS commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r599046410 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerCollectionConfigSetProcessor.java ## @@ -88,9 +88,9 @@ private static

[GitHub] [solr] NazerkeBS commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-22 Thread GitBox
NazerkeBS commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r599045398 ## File path: solr/core/src/java/org/apache/solr/cloud/OverseerCollectionConfigSetProcessor.java ## @@ -88,9 +88,9 @@ private static

[GitHub] [solr] NazerkeBS commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-22 Thread GitBox
NazerkeBS commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r599022758 ## File path: solr/core/src/java/org/apache/solr/cloud/api/collections/CollectionHandlingUtils.java ## @@ -301,7 +302,7 @@ static void

[jira] [Commented] (SOLR-15274) QueryElevationComponent: auto-load file changes; remove data dir support

2021-03-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306513#comment-17306513 ] Chris M. Hostetter commented on SOLR-15274: --- {quote}I found myself doing some maintenance

[jira] [Commented] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306401#comment-17306401 ] Thomas Wöckinger commented on SOLR-15191: - The relevant properties are

[jira] [Comment Edited] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306383#comment-17306383 ] Thomas Wöckinger edited comment on SOLR-15191 at 3/22/21, 5:02 PM: ---

[jira] [Commented] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

2021-03-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306388#comment-17306388 ] Chris M. Hostetter commented on SOLR-15191: --- you mean the reproduce line? ... that i posted

[jira] [Reopened] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

2021-03-22 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris M. Hostetter reopened SOLR-15191: --- Test is still failing for some seeds... {noformat} > Caused by: >

[GitHub] [solr] dsmiley commented on a change in pull request #23: SOLR-15258: ConfigSetService add CRUD operations, subsume ZkConfigManager

2021-03-22 Thread GitBox
dsmiley commented on a change in pull request #23: URL: https://github.com/apache/solr/pull/23#discussion_r598745515 ## File path: solr/core/src/java/org/apache/solr/core/backup/BackupManager.java ## @@ -253,7 +253,7 @@ public void downloadConfigDir(String configName) throws

[GitHub] [solr] madrob commented on a change in pull request #14: SOLR-15154: Document new options for credentials

2021-03-22 Thread GitBox
madrob commented on a change in pull request #14: URL: https://github.com/apache/solr/pull/14#discussion_r598863975 ## File path: solr/solr-ref-guide/src/basic-authentication-plugin.adoc ## @@ -220,6 +220,17 @@ QueryResponse rsp = req.process(solrClient); While this is

[GitHub] [solr] madrob closed pull request #36: Allow configuring maven snapshots repository mirrors

2021-03-22 Thread GitBox
madrob closed pull request #36: URL: https://github.com/apache/solr/pull/36 -- 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. For queries about this service, please

[GitHub] [solr] madrob commented on pull request #36: Allow configuring maven snapshots repository mirrors

2021-03-22 Thread GitBox
madrob commented on pull request #36: URL: https://github.com/apache/solr/pull/36#issuecomment-804187352 I ended up with a few other workarounds, the one that worked is I think that users can define another maven repository with the same name in their init.gradle and it will overwrite the

[jira] [Commented] (SOLR-15167) Move lucene-solr-operator repo

2021-03-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306309#comment-17306309 ] Houston Putman commented on SOLR-15167: --- Ill do the announce emails tomorrow > Move

[jira] [Resolved] (SOLR-15167) Move lucene-solr-operator repo

2021-03-22 Thread Houston Putman (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Houston Putman resolved SOLR-15167. --- Resolution: Done Repo moved to apache/solr-operator > Move lucene-solr-operator repo >

[GitHub] [solr] janhoy commented on a change in pull request #38: SOLR-14024 Invalid html generated by changes2html.pl

2021-03-22 Thread GitBox
janhoy commented on a change in pull request #38: URL: https://github.com/apache/solr/pull/38#discussion_r598838780 ## File path: solr/CHANGES.txt ## @@ -10028,7 +10028,6 @@ Upgrading from Solr 5.1 SOLR_SSL_TRUST_STORE_PASSWORD, SOLR_SSL_NEED_CLIENT_AUTH and

[jira] [Commented] (SOLR-15210) ParallelStream should execute hashing & filtering directly in ExportWriter

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306291#comment-17306291 ] Jan Høydahl commented on SOLR-15210: Please consider deleting the remote branch

[GitHub] [solr] janhoy commented on pull request #30: SOLR-15161: Remove documentation about bad practices for json responses and mime types

2021-03-22 Thread GitBox
janhoy commented on pull request #30: URL: https://github.com/apache/solr/pull/30#issuecomment-804152043 This shared branch can also be deleted :) -- 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

[GitHub] [solr] alessandrobenedetti commented on pull request #8: SOLR-14607: LTR Query, the TimeAllowed parameter causes a timeout exception after no results

2021-03-22 Thread GitBox
alessandrobenedetti commented on pull request #8: URL: https://github.com/apache/solr/pull/8#issuecomment-804151653 > @alessandrobenedetti Add a parameter to LTR that lets the user choose what to do with the timeout? What do you think? mmm personally I don't think it is useful to

[GitHub] [solr] janhoy commented on pull request #31: SOLR-15203: remove deprecated jwk url

2021-03-22 Thread GitBox
janhoy commented on pull request #31: URL: https://github.com/apache/solr/pull/31#issuecomment-804151142 Hi Eric. Please delete the branch after merging. And please consider putting future feature branches in your privte fork instead of in the shared repo :) -- This is an automated

[jira] [Commented] (SOLR-15167) Move lucene-solr-operator repo

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306286#comment-17306286 ] Jan Høydahl commented on SOLR-15167: Can this be resolved? > Move lucene-solr-operator repo >

[jira] [Commented] (SOLR-15189) Tracking downloads on new Solr site

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306266#comment-17306266 ] Jan Høydahl commented on SOLR-15189: I'm linking in the related lucene issue LUCENE-9858 > Tracking

[jira] [Commented] (SOLR-15189) Tracking downloads on new Solr site

2021-03-22 Thread Alexandre Rafalovitch (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306218#comment-17306218 ] Alexandre Rafalovitch commented on SOLR-15189: -- If we are not going to wire-up Reference

[GitHub] [solr] dsmiley commented on a change in pull request #37: SOLR-15274: QueryElevationComponent, no data dir

2021-03-22 Thread GitBox
dsmiley commented on a change in pull request #37: URL: https://github.com/apache/solr/pull/37#discussion_r598722708 ## File path: solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java ## @@ -290,70 +275,83 @@ protected void

[GitHub] [solr] dsmiley commented on a change in pull request #37: SOLR-15274: QueryElevationComponent, no data dir

2021-03-22 Thread GitBox
dsmiley commented on a change in pull request #37: URL: https://github.com/apache/solr/pull/37#discussion_r598718187 ## File path: solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java ## @@ -218,61 +233,31 @@ private void

[jira] [Commented] (SOLR-15233) ConfigurableInternodeAuthHadoopPlugin with Ranger is broken

2021-03-22 Thread Geza Nagy (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306192#comment-17306192 ] Geza Nagy commented on SOLR-15233: -- Hi [~gerlowskija], Honestly I haven't tried it with different plugin

[GitHub] [solr] bruno-roustant commented on a change in pull request #37: SOLR-15274: QueryElevationComponent, no data dir

2021-03-22 Thread GitBox
bruno-roustant commented on a change in pull request #37: URL: https://github.com/apache/solr/pull/37#discussion_r598583826 ## File path: solr/core/src/java/org/apache/solr/handler/component/QueryElevationComponent.java ## @@ -143,11 +144,25 @@ protected boolean

[jira] [Commented] (SOLR-15233) ConfigurableInternodeAuthHadoopPlugin with Ranger is broken

2021-03-22 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17306124#comment-17306124 ] Jason Gerlowski commented on SOLR-15233: Hey [~gezan], thanks for reporting. Do you think the

[GitHub] [solr] asalamon74 opened a new pull request #38: SOLR-14024 Invalid html generated by changes2html.pl

2021-03-22 Thread GitBox
asalamon74 opened a new pull request #38: URL: https://github.com/apache/solr/pull/38 Original lucene-solr pull request: apache/lucene-solr#1060 # Description changes2html.pl generates invalid html # Solution Fix it to generate a valid html. #

[jira] [Resolved] (SOLR-15170) Elevation file in data dir not working in Solr Cloud

2021-03-22 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Roustant resolved SOLR-15170. --- Resolution: Won't Do > Elevation file in data dir not working in Solr Cloud >

[jira] [Updated] (SOLR-15275) Remove Google Analytics from Solr site

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-15275: --- Description: We have been tracking site usage for some weeks to learn about users (SOLR-15189), but

[jira] [Commented] (SOLR-15189) Tracking downloads on new Solr site

2021-03-22 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-15189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17305989#comment-17305989 ] Jan Høydahl commented on SOLR-15189: Thanks for doing this Alexandre. Guess this gives us some

[jira] [Created] (SOLR-15275) Remove Google Analytics from Solr site

2021-03-22 Thread Jira
Jan Høydahl created SOLR-15275: -- Summary: Remove Google Analytics from Solr site Key: SOLR-15275 URL: https://issues.apache.org/jira/browse/SOLR-15275 Project: Solr Issue Type: Task