Re: Moving to bin/solr start defaulting to SolrCloud mode?

2024-10-05 Thread David Eric Pugh
To get the default change done...    Is there another way to tell Solr that it's starting in a non solrcloud mode that would be a way to avoid wading into "standalone" and "user-managed".    To get the default swap done, I need a flag I think!   Unless someone has a creative idea of how to start

Re: A trio of tickets to make Cloud mode the default mode!

2024-10-02 Thread David Eric Pugh
Thanks Cassandra for commenting on https://issues.apache.org/jira/browse/SOLR-17465. For some reason the JIRA tickets didn't get connected to the individual PR's, so I've added the link as a comment. On Monday, September 30, 2024 at 07:56:07 AM EDT, David Eric Pugh wrote

A trio of tickets to make Cloud mode the default mode!

2024-09-30 Thread David Eric Pugh
Had some time on a plane the other week to start on some tickets for moving towards cloud mode the default mode. https://issues.apache.org/jira/browse/SOLR-17465 is the parent ticket with subtasks under it. https://github.com/apache/solr/pull/2728 is to let 9x users know about this change. http

Update on Solr CLI bugs

2024-09-29 Thread David Eric Pugh
I wanted to share a couple of updates: 1) After the 9.7 release folks found some bugs in the Solr CLI.   I’ve fixed them in branch_9_7, branch_9x, and main.    Thanks folks for posting in Slack and DM'ing me about them. 2) The migration of parsing options for the various bin/solr zk commands ha

Re: Overlapping arguments (SOLR-17383)

2024-09-28 Thread David Eric Pugh
"verbose" argument and type in --verbose ;-). On Wednesday, September 25, 2024 at 12:21:05 AM EDT, David Eric Pugh wrote: Here is a candidate PR for resolving the various -v flavours of verbose, value, and version by moving to --debug in place of -v and --verbose.   https://

Re: PR labeling

2024-09-28 Thread David Eric Pugh
I haven't touch the labeling/workflow stuff, so I'd prefer not to make this change.  Jan, would this be up your alley?   I think we have agreement to try this! On Tuesday, September 24, 2024 at 10:36:05 AM EDT, Mike Drob wrote: I think this is a common sense of false optimism, that w

Re: Overlapping arguments (SOLR-17383)

2024-09-24 Thread David Eric Pugh
Here is a candidate PR for resolving the various -v flavours of verbose, value, and version by moving to --debug in place of -v and --verbose.   https://github.com/apache/solr/pull/2721 On Tuesday, September 24, 2024 at 01:25:57 AM PDT, Christos Malliaridis wrote: I see. I didn't kn

Re: PR labeling

2024-09-20 Thread David Eric Pugh
It looks like you can have a label that specifies that a PR is exempt from being marked Stale: https://github.com/actions/stale?tab=readme-ov-file#exempt-pr-labels We currently mark stale as 60 days, and if we were to choose 120 days before closing, well, that gives you half a year before you n

Re: Overlapping arguments (SOLR-17383)

2024-09-12 Thread David Eric Pugh
In the section on "Arguments and Flags" in https://clig.dev/#arguments-and-flags, they suggestion that --version is for Version.  And that due to the confusion of -v for Version or Verbose, to use -d and --debug and skip the verbose concept completely.  I think the --version would only apply t

Re: [Draft] Release notes for Apache Solr 9.7.0

2024-09-07 Thread David Eric Pugh
I've added two references to CLI changes. On Thursday, September 5, 2024 at 10:03:27 PM EDT, David Smiley wrote: I finished editing / cutting it down.  And I added a sentence at the end reminding the reader that this is an editorialized summary that doesn't list everything. Eric, please

Re: shard splitting and indexes on hadoop

2024-08-30 Thread David Eric Pugh
and the one you quoted for the "collaboration" with hadoop. the collections and the relative indexes are correctly present in the solr database and in hadoop fs but I can't undestand how to check where are they and how it actually works. Any idea ? Rob On 8/29/24 5:23 PM, David E

Re: shard splitting and indexes on hadoop

2024-08-29 Thread David Eric Pugh
Roberto, I'm hoping the community shares some knowledge, as it's not an area I am familiar with, and I'd love to see more content added to the Ref Guide. You are using Solr 9 I think?  Is this with using the https://solr.apache.org/guide/solr/latest/deployment-guide/solr-on-hdfs.html approach?

Re: [VOTE] Release Solr 9.7.0 RC1

2024-08-29 Thread David Eric Pugh
Houston, could you open a JIRA for the API tool, and/or just provide a bit more detail on the error?   (A bats test would be amazing!)   I suspected we would run into a CLI related issue as we have been changing so much there.  This one though is new to me! On Wednesday, August 28, 2024 a

Looking to merge deprecation of snapshotscli.sh in favour of bin/solr sub commands

2024-08-16 Thread David Eric Pugh
I'd like to merge SOLR-17180: Deprecate snapshotscli.sh in favour of bin/solr sub commands next week.   https://github.com/apache/solr/pull/2381 I've emailed the user list for additional eyes, but with no luck.  https://lists.apache.org/thread/l6wyx5yvw8nqxlm1wyw45hld34blvyov I'm thinking this

Making sure updates to v2 APIs happen as v1 changes happen

2024-08-14 Thread David Eric Pugh
Hi all, it's been great to see some of the new improvements to the APIs recently.   One thing that jumped to mind is that we need to make sure that any changes/improvements to a V1 API are also made to the corresponding V2 API. We're in that awkward world where we have two apis that are maintaine

Re: Introducing Gradle Version Catalogs

2024-08-14 Thread David Eric Pugh
My understanding is that Lucene 10 is likely to be released this fall, and I know I'd like to see Solr 10 come out close to when Lucene 10 comes out so we don't fall behind   So maybe there won't be many more releases of 9?  9.8 maybe?  but not a 9x line that gets into the double digits on

Re: Updating Dependencies - Apache Tika

2024-08-12 Thread David Eric Pugh
Their "Pipes" stuff is what we need to integrate ;-). On Monday, August 12, 2024 at 01:15:11 PM EDT, Christos Malliaridis wrote: I tried to find a java client for tika, but with no success so far. The version upgrade would reduce the vulnerabilities from about 21 CVEs to 6, so it would d

Looking for folks running Solr on HDFS

2024-08-10 Thread David Eric Pugh
I want to draw attention to a recent refactoring of the file ./server/scripts/cloud-scripts/snapshotscli.sh. This script allows you to use the command line for interacting with snapshots, which is pretty cool, but has no docs, nothing in the Ref Guide and has it's own specific CLI tooling. In ht

Anyone familiar with HDFS and Solr and snapshotcli.sh?

2024-08-05 Thread David Eric Pugh
Hey all,  so https://github.com/apache/solr/pull/2381 moves the various commands for doing a snapshot from the /solr/server/cloud-scripts/snapshotcli.sh script into the bin/solr overall structure!  I had no idea that we had CLI tooling for managing snapshots! The one slightly icky/weird thing is

subscribe

2024-08-05 Thread David Eric Pugh

[jira] [Resolved] (SOLR-15886) Remove last few mentions/uses of showItems

2022-02-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15886. Fix Version/s: 9.1 Resolution: Fixed Thank you [~petdance], looking forward to the

[jira] [Commented] (SOLR-15950) Create SOLR_HOME/{filestore,userfiles} lazily on first use

2022-02-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485997#comment-17485997 ] David Eric Pugh commented on SOLR-15950: 'userfiles' is requir

[jira] [Assigned] (SOLR-15886) Remove last few mentions/uses of showItems

2022-02-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15886: -- Assignee: David Eric Pugh > Remove last few mentions/uses of showIt

[jira] [Commented] (SOLR-15242) Consolidate README.md with solr/README.md

2022-02-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485764#comment-17485764 ] David Eric Pugh commented on SOLR-15242: i am assigning to myself to remin

[jira] [Assigned] (SOLR-15242) Consolidate README.md with solr/README.md

2022-02-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15242: -- Assignee: David Eric Pugh > Consolidate README.md with solr/README

[jira] [Commented] (SOLR-15959) Deprecate loading of solr.xml from ZK

2022-01-27 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483158#comment-17483158 ] David Eric Pugh commented on SOLR-15959: Is it just me, or is the

[jira] [Resolved] (SOLR-9529) Dates Dynamic Field Inconsistently Defined in Schemas

2022-01-26 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-9529. --- Fix Version/s: 9.1 Resolution: Fixed Picked up an old PR from [~solrtrey] and updated

[jira] [Resolved] (SOLR-15923) Base URL for a core returns 404

2022-01-26 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15923. Fix Version/s: 9.1 Resolution: Fixed > Base URL for a core returns

[jira] [Commented] (SOLR-15923) Base URL for a core returns 404

2022-01-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477339#comment-17477339 ] David Eric Pugh commented on SOLR-15923: I went with a slightly "

[jira] [Assigned] (SOLR-15923) Base URL for a core returns 404

2022-01-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15923: -- Assignee: David Eric Pugh > Base URL for a core returns

[jira] [Commented] (SOLR-9529) Dates Dynamic Field Inconsistently Defined in Schemas

2022-01-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477325#comment-17477325 ] David Eric Pugh commented on SOLR-9529: --- Waiting for a test run on main to comp

[jira] [Commented] (SOLR-14726) Streamline getting started experience

2022-01-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477321#comment-17477321 ] David Eric Pugh commented on SOLR-14726: Thanks for pinging me [~ichattopadh

[jira] [Created] (SOLR-15931) Consolidate Ref Guide "films" tutorial with /solr/example/films/README.md

2022-01-17 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15931: -- Summary: Consolidate Ref Guide "films" tutorial with /solr/example/films/README.md Key: SOLR-15931 URL: https://issues.apache.org/jira/browse/SOLR-15931

[jira] [Resolved] (SOLR-15930) Fix typos in the Solr tutorial

2022-01-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15930. Fix Version/s: 9.0 main (10.0) Resolution: Fixed > Fix typos

[jira] [Assigned] (SOLR-15930) Fix typos in the Solr tutorial

2022-01-17 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15930: -- Assignee: David Eric Pugh > Fix typos in the Solr tutor

[jira] [Resolved] (SOLR-15897) Remove from test solrconfig.xml

2022-01-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15897. Fix Version/s: 9.1 main (10.0) Resolution: Fixed > Remove f

[jira] [Commented] (SOLR-15923) Base URL for a core returns 404

2022-01-13 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475567#comment-17475567 ] David Eric Pugh commented on SOLR-15923: SolrCloud does the same thing:

[jira] [Commented] (SOLR-15919) Deprecate File based APIs in SolrZKClient and create new Path-based APIs

2022-01-13 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17475520#comment-17475520 ] David Eric Pugh commented on SOLR-15919: This would have been helpful when I

[jira] [Created] (SOLR-15913) Override the use of the word Overriden with Overridden in Code

2022-01-12 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15913: -- Summary: Override the use of the word Overriden with Overridden in Code Key: SOLR-15913 URL: https://issues.apache.org/jira/browse/SOLR-15913 Project: Solr

[jira] [Commented] (SOLR-15853) Managed ParamSets in the Solr Admin

2022-01-10 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471976#comment-17471976 ] David Eric Pugh commented on SOLR-15853: Super excited for this... So ope

[jira] [Commented] (SOLR-9376) RawValueTransformerFactory ([json] & [xml]) don't work in SolrCloud

2022-01-07 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470883#comment-17470883 ] David Eric Pugh commented on SOLR-9376: --- [~magibney] is right! ``` curl &

[jira] [Commented] (SOLR-9376) RawValueTransformerFactory ([json] & [xml]) don't work in SolrCloud

2022-01-07 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470856#comment-17470856 ] David Eric Pugh commented on SOLR-9376: --- I just tested this with Solr 9, a

[jira] [Commented] (SOLR-15831) Refactor bin/solr and bin/solr.cmd to delegate args parsing and usage help to SolrCLI

2022-01-07 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470828#comment-17470828 ] David Eric Pugh commented on SOLR-15831: the hardest part of adding the -e f

[jira] [Commented] (SOLR-15897) Remove from test solrconfig.xml

2022-01-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470011#comment-17470011 ] David Eric Pugh commented on SOLR-15897: Not sure that /src/test-files/

[jira] [Commented] (SOLR-15897) Remove from test solrconfig.xml

2022-01-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470006#comment-17470006 ] David Eric Pugh commented on SOLR-15897: Spawned from this original i

[jira] [Created] (SOLR-15897) Remove from test solrconfig.xml

2022-01-06 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15897: -- Summary: Remove from test solrconfig.xml Key: SOLR-15897 URL: https://issues.apache.org/jira/browse/SOLR-15897 Project: Solr Issue Type: Improvement

[jira] [Resolved] (SOLR-15887) Remove from shipped solrconfig.xml

2022-01-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15887. Fix Version/s: main (9.0) Resolution: Fixed > Remove from shipped solrconfig.

[jira] [Assigned] (SOLR-15887) Remove from shipped solrconfig.xml

2022-01-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15887: -- Assignee: David Eric Pugh > Remove from shipped solrconfig.

[jira] [Resolved] (SOLR-15798) Document use of wildcard in requesting field lists

2022-01-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15798. Fix Version/s: main (9.0) Resolution: Fixed ref guide updated. > Document use

[jira] [Commented] (SOLR-14766) Deprecate ManagedResources from Solr

2022-01-06 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469973#comment-17469973 ] David Eric Pugh commented on SOLR-14766: I'd like to rethink this ti

[jira] [Commented] (SOLR-15116) Wrong HTTP status for HEAD request

2022-01-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468886#comment-17468886 ] David Eric Pugh commented on SOLR-15116: Also, I tried out: ``` curl --

[jira] [Assigned] (SOLR-15116) Wrong HTTP status for HEAD request

2022-01-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15116: -- Assignee: David Eric Pugh > Wrong HTTP status for HEAD requ

[jira] [Commented] (SOLR-15116) Wrong HTTP status for HEAD request

2022-01-04 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468874#comment-17468874 ] David Eric Pugh commented on SOLR-15116: [~thomascorthals] i just sta

[jira] [Commented] (SOLR-15890) Add a limit to the Admin SQL panel if one is not included in the stmt

2022-01-03 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17468170#comment-17468170 ] David Eric Pugh commented on SOLR-15890: LGTM.AT some point it woul

[jira] [Created] (ZOOKEEPER-4435) Typo in the log message of ServerCnxnFactory

2022-01-03 Thread David Eric Pugh (Jira)
David Eric Pugh created ZOOKEEPER-4435: -- Summary: Typo in the log message of ServerCnxnFactory Key: ZOOKEEPER-4435 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4435 Project: ZooKeeper

[jira] [Created] (ZOOKEEPER-4435) Typo in the log message of ServerCnxnFactory

2022-01-03 Thread David Eric Pugh (Jira)
David Eric Pugh created ZOOKEEPER-4435: -- Summary: Typo in the log message of ServerCnxnFactory Key: ZOOKEEPER-4435 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4435 Project: ZooKeeper

[jira] [Created] (SOLR-15887) Remove from shipped solrconfig.xml

2022-01-02 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15887: -- Summary: Remove from shipped solrconfig.xml Key: SOLR-15887 URL: https://issues.apache.org/jira/browse/SOLR-15887 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-9529) Dates Dynamic Field Inconsistently Defined in Schemas

2022-01-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467697#comment-17467697 ] David Eric Pugh commented on SOLR-9529: --- [~arafalov] curious how you did

[jira] [Resolved] (SOLR-15332) bin/solr doesn't list the package command as an option

2022-01-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15332. Resolution: Fixed This was fixed by SOLR-15199. I looked at the -h, and realized that

[jira] [Commented] (SOLR-15875) Gate defaults on a "env" for Solr: prod, dev

2021-12-28 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466124#comment-17466124 ] David Eric Pugh commented on SOLR-15875: I've been thinking about this

[jira] [Commented] (SOLR-15853) Managed ParamSets in the Solr Admin

2021-12-19 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17462258#comment-17462258 ] David Eric Pugh commented on SOLR-15853: Awesome You can learn more a

[jira] [Commented] (SOLR-15853) Managed ParamSets in the Solr Admin

2021-12-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460716#comment-17460716 ] David Eric Pugh commented on SOLR-15853: [~betulince] ;-) I don't k

[jira] [Created] (SOLR-15853) Managed ParamSets in the Solr Admin

2021-12-16 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15853: -- Summary: Managed ParamSets in the Solr Admin Key: SOLR-15853 URL: https://issues.apache.org/jira/browse/SOLR-15853 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-9749) /admin/plugins endpoint doesn't have a paramset in ImplicitPlugins.json

2021-12-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460705#comment-17460705 ] David Eric Pugh commented on SOLR-9749: --- [~sarowe] it looks like this patc

[jira] [Commented] (SOLR-10998) Support "Accept" request header as alternative to "wt" parameter

2021-12-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-10998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460710#comment-17460710 ] David Eric Pugh commented on SOLR-10998: Maybe in the v2 api this becom

[jira] [Commented] (SOLR-9750) The paramset for the /graph implicit RequestHandler is named _ADMIN_GRAPH but should be _GRAPH

2021-12-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460707#comment-17460707 ] David Eric Pugh commented on SOLR-9750: --- [~sarowe] like wise on this. &

[jira] [Assigned] (SOLR-9750) The paramset for the /graph implicit RequestHandler is named _ADMIN_GRAPH but should be _GRAPH

2021-12-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-9750: - Assignee: David Eric Pugh > The paramset for the /graph implicit RequestHandler is na

[jira] [Assigned] (SOLR-9749) /admin/plugins endpoint doesn't have a paramset in ImplicitPlugins.json

2021-12-16 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-9749: - Assignee: David Eric Pugh > /admin/plugins endpoint doesn't have a par

[jira] [Commented] (SOLR-15824) Improve Query Screen UI Dashbord Practicability

2021-12-15 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460254#comment-17460254 ] David Eric Pugh commented on SOLR-15824: If you feel ambitious [~betulince],

[jira] [Resolved] (SOLR-15824) Improve Query Screen UI Dashbord Practicability

2021-12-15 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15824. Fix Version/s: main (9.0) Resolution: Fixed Thanks [~betulince] for this nice

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

2021-12-15 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15834. Fix Version/s: main (9.0) Resolution: Fixed > Films example readme needs updat

[jira] [Commented] (SOLR-15312) v2 api: core creation, config vs configSet params

2021-12-15 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17459949#comment-17459949 ] David Eric Pugh commented on SOLR-15312: Makes sense to me, though I thin

[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

[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

[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. > Freeb

[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

[jira] [Commented] (SOLR-15332) bin/solr doesn't list the package command as an option

2021-12-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17452487#comment-17452487 ] David Eric Pugh commented on SOLR-15332: [~jzemerick] this might be of inte

[jira] [Assigned] (SOLR-15824) Improve Query Screen UI Dashbord Practicability

2021-12-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15824: -- Assignee: David Eric Pugh > Improve Query Screen UI Dashbord Practicabil

[jira] [Assigned] (SOLR-15332) bin/solr doesn't list the package command as an option

2021-12-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15332: -- Assignee: (was: David Eric Pugh) > bin/solr doesn't list the package co

[jira] [Assigned] (SOLR-15332) bin/solr doesn't list the package command as an option

2021-12-02 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15332: -- Assignee: David Eric Pugh > bin/solr doesn't list the package command as a

[jira] [Commented] (SOLR-15824) Improve Query Screen UI Dashbord Practicability

2021-11-29 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17450580#comment-17450580 ] David Eric Pugh commented on SOLR-15824: The whole query screen is ripe

[jira] [Commented] (SOLR-11704) sample_techproducts_configs is really out-of-date

2021-11-20 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-11704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446830#comment-17446830 ] David Eric Pugh commented on SOLR-11704: I'm going to try and get S

[jira] [Assigned] (SOLR-15682) Add a CONTRIBUTING file

2021-11-20 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh reassigned SOLR-15682: -- Assignee: David Eric Pugh > Add a CONTRIBUTING f

[jira] [Resolved] (SOLR-15700) Fix include path consistency in bin/solr shell wrapper

2021-11-19 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15700. Fix Version/s: main (9.0) Resolution: Fixed > Fix include path consistency in

[jira] [Commented] (SOLR-15776) Make Admin UI play well with Authorization

2021-11-19 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446490#comment-17446490 ] David Eric Pugh commented on SOLR-15776: I think I agree with what [~janhoy

[jira] [Commented] (SOLR-15789) Explicitly say that "inc" in atomic updates can be negative

2021-11-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445974#comment-17445974 ] David Eric Pugh commented on SOLR-15789: It is, though it may need some upda

[jira] [Commented] (SOLR-15324) High security vulnerability in Apache Thrift - CVE-2020-13949 (+1) bundled within Solr

2021-11-18 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17445928#comment-17445928 ] David Eric Pugh commented on SOLR-15324: I'll also point out that

[jira] [Created] (SOLR-15798) Document use of wildcard in requesting field lists

2021-11-15 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15798: -- Summary: Document use of wildcard in requesting field lists Key: SOLR-15798 URL: https://issues.apache.org/jira/browse/SOLR-15798 Project: Solr Issue

[jira] [Resolved] (SOLR-15791) Remove remaining clauses from solrconfigs

2021-11-13 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15791. Fix Version/s: main (9.0) Resolution: Fixed > Remove remaining clauses f

[jira] [Resolved] (SOLR-15793) ref-guide jrubyPrepare fails due to gems trying to compile native code

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh resolved SOLR-15793. Fix Version/s: main (9.0) Assignee: David Eric Pugh Resolution: Fixed

[jira] [Commented] (SOLR-15793) ref-guide jrubyPrepare fails due to gems trying to compile native code

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442510#comment-17442510 ] David Eric Pugh commented on SOLR-15793: Normally you have a {{Gemfile.

[jira] [Commented] (SOLR-15788) Remove configset/sample_techproducts_config from being used in unit tests.

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442435#comment-17442435 ] David Eric Pugh commented on SOLR-15788: [~mdrob] I just foun

[jira] [Commented] (SOLR-15788) Remove configset/sample_techproducts_config from being used in unit tests.

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442434#comment-17442434 ] David Eric Pugh commented on SOLR-15788: I think we made this argument a

[jira] [Commented] (SOLR-15791) Remove gettableFiles clause from solrconfigs

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442283#comment-17442283 ] David Eric Pugh commented on SOLR-15791: okay, it's not just gettableFi

[jira] [Updated] (SOLR-15791) Remove remaining clauses from solrconfigs

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh updated SOLR-15791: --- Summary: Remove remaining clauses from solrconfigs (was: Remove gettableFiles clause from

[jira] [Created] (SOLR-15791) Remove gettableFiles clause from solrconfigs

2021-11-11 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15791: -- Summary: Remove gettableFiles clause from solrconfigs Key: SOLR-15791 URL: https://issues.apache.org/jira/browse/SOLR-15791 Project: Solr Issue Type

[jira] [Commented] (SOLR-15788) Remove configset/sample_techproducts_config from being used in unit tests.

2021-11-11 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17442258#comment-17442258 ] David Eric Pugh commented on SOLR-15788: The me

[jira] [Updated] (SOLR-15788) Remove configset/sample_techproducts_config from being used in unit tests.

2021-11-10 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Eric Pugh updated SOLR-15788: --- Description: This is to remove the use of the method {{legacyExampleCollection1SolrHome

[jira] [Created] (SOLR-15788) Remove configset/sample_techproducts_config from being used in unit tests.

2021-11-10 Thread David Eric Pugh (Jira)
David Eric Pugh created SOLR-15788: -- Summary: Remove configset/sample_techproducts_config from being used in unit tests. Key: SOLR-15788 URL: https://issues.apache.org/jira/browse/SOLR-15788 Project

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

2021-11-10 Thread David Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-9456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441879#comment-17441879 ] David Eric Pugh commented on SOLR-9456: --- The fix is in https://github.com/ap

  1   2   3   4   5   6   7   >