[jira] [Updated] (SOLR-17274) atomic update error when using json w/ multiple modifiers

2024-05-03 Thread Calvin Smith (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Calvin Smith updated SOLR-17274: Affects Version/s: (was: 8.9) (was: 8.10)

[jira] [Updated] (SOLR-17274) atomic update error when using json w/ multiple modifiers

2024-05-03 Thread Calvin Smith (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Calvin Smith updated SOLR-17274: Description: I ran into a problem doing a json atomic update that tries to both `add` and `remove`

[jira] [Created] (SOLR-17274) atomic update error when using json w/ multiple modifiers

2024-05-03 Thread Calvin Smith (Jira)
Calvin Smith created SOLR-17274: --- Summary: atomic update error when using json w/ multiple modifiers Key: SOLR-17274 URL: https://issues.apache.org/jira/browse/SOLR-17274 Project: Solr Issue Ty

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
dsmiley commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589787252 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseQueryParserPlugin.java: ## @@ -0,0 +1,105 @@ +/* + * + * * Licensed to the Apache Software Foundati

Re: [PR] SOLR-17263: HttpJdkSolrClient doesn't encode curly braces etc (follow-up PR) [solr]

2024-05-03 Thread via GitHub
jdyer1 commented on code in PR #2435: URL: https://github.com/apache/solr/pull/2435#discussion_r1589744476 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpJdkSolrClient.java: ## @@ -238,7 +238,7 @@ private PreparedRequest prepareGet( validateGetRequest(solrRequ

Re: [PR] SOLR-17049: Fix Replica Down on startup logic [solr]

2024-05-03 Thread via GitHub
dsmiley commented on code in PR #2432: URL: https://github.com/apache/solr/pull/2432#discussion_r1589735301 ## solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java: ## @@ -181,29 +183,46 @@ public String getShardId(String nodeName, String coreName) { } pub

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
kotman12 commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589698538 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java: ## @@ -0,0 +1,192 @@ +/* + * + * * Licensed to the Apache Software Foundatio

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
kotman12 commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589698538 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java: ## @@ -0,0 +1,192 @@ +/* + * + * * Licensed to the Apache Software Foundatio

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
kotman12 commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589699704 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java: ## @@ -0,0 +1,192 @@ +/* + * + * * Licensed to the Apache Software Foundatio

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
kotman12 commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589698538 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java: ## @@ -0,0 +1,192 @@ +/* + * + * * Licensed to the Apache Software Foundatio

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
dsmiley commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589670077 ## solr/core/src/java/org/apache/solr/update/processor/NumFieldLimitingUpdateRequestProcessorFactory.java: ## @@ -0,0 +1,113 @@ +/* + * Licensed to the Apache Software Fou

[jira] [Commented] (SOLR-16155) DocumentBuilder should not include field values in error messages

2024-05-03 Thread Jerry Chung (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843332#comment-17843332 ] Jerry Chung commented on SOLR-16155: I still see this issue even with Solr 9.0 > Doc

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
dsmiley commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589657516 ## solr/core/src/java/org/apache/solr/update/processor/NumFieldLimitingUpdateRequestProcessorFactory.java: ## @@ -0,0 +1,113 @@ +/* + * Licensed to the Apache Software Fou

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
dsmiley commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589647578 ## solr/core/src/java/org/apache/solr/update/processor/NumFieldsMonitor.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
dsmiley commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589645861 ## solr/core/src/test-files/solr/configsets/cloud-minimal-field-limiting/conf/solrconfig.xml: ## @@ -0,0 +1,73 @@ + + + + + + + + + ${solr.data.dir:} + + + + + ${tes

[jira] [Updated] (SOLR-17270) Umbrella: Per Replica State as default

2024-05-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17270: Component/s: SolrCloud > Umbrella: Per Replica State as default > -

[jira] [Commented] (SOLR-17248) Refactor ZK related SolrCli tools to separate SolrZkClient and CloudSolrClient instantiation/usage

2024-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843286#comment-17843286 ] ASF subversion and git services commented on SOLR-17248: Commit d

Re: [PR] Backporting SOLR-17248 to branch_9x [solr]

2024-05-03 Thread via GitHub
epugh merged PR #2439: URL: https://github.com/apache/solr/pull/2439 -- 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...@solr.apache.org

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
cpoerschke commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589485628 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseSearchComponent.java: ## @@ -0,0 +1,192 @@ +/* + * + * * Licensed to the Apache Software Foundat

[jira] [Commented] (SOLR-16866) CachingDirectoryFactory Throwing Error When Closing

2024-05-03 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843281#comment-17843281 ] Chris M. Hostetter commented on SOLR-16866: --- The {{CachingDirectoryFactoryTest.

[jira] [Created] (SOLR-17271) PerReplicaState: Shard leader elections still impact state.json

2024-05-03 Thread Justin Sweeney (Jira)
Justin Sweeney created SOLR-17271: - Summary: PerReplicaState: Shard leader elections still impact state.json Key: SOLR-17271 URL: https://issues.apache.org/jira/browse/SOLR-17271 Project: Solr

[jira] [Created] (SOLR-17270) Umbrella: Per Replica State as default

2024-05-03 Thread Justin Sweeney (Jira)
Justin Sweeney created SOLR-17270: - Summary: Umbrella: Per Replica State as default Key: SOLR-17270 URL: https://issues.apache.org/jira/browse/SOLR-17270 Project: Solr Issue Type: Improvement

Re: [PR] Remove the Before SolrCloud section, and expand the supported feature… [solr]

2024-05-03 Thread via GitHub
epugh commented on PR #1138: URL: https://github.com/apache/solr/pull/1138#issuecomment-2093362791 If you are looking for an idea... We want to rename "User Managed" to "standalone" through the ref guide ;-). And move the SolrCloud examples above the standalone examples instead of below

Re: [PR] Remove the Before SolrCloud section, and expand the supported feature… [solr]

2024-05-03 Thread via GitHub
epugh commented on PR #1138: URL: https://github.com/apache/solr/pull/1138#issuecomment-2093356329 @jebnix thanks for this, and don't forget to ping me on any outstanding PR's you might have ;-) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] Remove the Before SolrCloud section, and expand the supported feature… [solr]

2024-05-03 Thread via GitHub
epugh merged PR #1138: URL: https://github.com/apache/solr/pull/1138 -- 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...@solr.apache.org

[PR] Backporting SOLR-17248 to branch_9x [solr]

2024-05-03 Thread via GitHub
epugh opened a new pull request, #2439: URL: https://github.com/apache/solr/pull/2439 https://issues.apache.org/jira/browse/SOLR-17248 I've broken the build on 9x while backporting, and this is to fix it. I am opening a PR targeting `branch_9x` to make sure everything passes the test

[jira] [Commented] (SOLR-17248) Refactor ZK related SolrCli tools to separate SolrZkClient and CloudSolrClient instantiation/usage

2024-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843269#comment-17843269 ] ASF subversion and git services commented on SOLR-17248: Commit 5

[jira] [Commented] (SOLR-17248) Refactor ZK related SolrCli tools to separate SolrZkClient and CloudSolrClient instantiation/usage

2024-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843268#comment-17843268 ] ASF subversion and git services commented on SOLR-17248: Commit 2

Re: [PR] SOLR-4587: integrate lucene-monitor into solr [solr]

2024-05-03 Thread via GitHub
cpoerschke commented on code in PR #2382: URL: https://github.com/apache/solr/pull/2382#discussion_r1589415896 ## solr/modules/monitor/src/java/org/apache/solr/monitor/search/ReverseQueryParserPlugin.java: ## @@ -0,0 +1,105 @@ +/* + * + * * Licensed to the Apache Software Found

Re: [PR] SOLR-17088: Fix custom solr.xml usage in tests with extra jettys [solr]

2024-05-03 Thread via GitHub
HoustonPutman commented on code in PR #2437: URL: https://github.com/apache/solr/pull/2437#discussion_r1589407140 ## solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java: ## @@ -276,6 +277,7 @@ public MiniSolrCloudCluster( Objects.requireNonNull(secu

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
gerlowskija commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589189040 ## solr/core/src/java/org/apache/solr/update/processor/NumFieldLimitingUpdateRequestProcessorFactory.java: ## @@ -0,0 +1,113 @@ +/* + * Licensed to the Apache Software

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
gerlowskija commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589268556 ## solr/core/src/java/org/apache/solr/update/processor/NumFieldsMonitor.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
gerlowskija commented on PR #2395: URL: https://github.com/apache/solr/pull/2395#issuecomment-2093110049 Thanks for the re-review @dsmiley . Pending feedback from others I'm going to stick with the NumFieldMonitor approach (more details [here](https://github.com/apache/solr/pull/2395#discu

Re: [PR] SOLR-17192: Add "field-limiting" URP to catch ill-designed schemas [solr]

2024-05-03 Thread via GitHub
gerlowskija commented on code in PR #2395: URL: https://github.com/apache/solr/pull/2395#discussion_r1589215019 ## solr/core/src/java/org/apache/solr/update/processor/NumFieldsMonitor.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] SOLR-17088: Fix custom solr.xml usage in tests with extra jettys [solr]

2024-05-03 Thread via GitHub
cpoerschke commented on code in PR #2437: URL: https://github.com/apache/solr/pull/2437#discussion_r1589231122 ## solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java: ## @@ -276,6 +277,7 @@ public MiniSolrCloudCluster( Objects.requireNonNull(securit

Re: [PR] SOLR-17088: Fix custom solr.xml usage in tests with extra jettys [solr]

2024-05-03 Thread via GitHub
cpoerschke commented on code in PR #2437: URL: https://github.com/apache/solr/pull/2437#discussion_r1589231122 ## solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java: ## @@ -276,6 +277,7 @@ public MiniSolrCloudCluster( Objects.requireNonNull(securit

Re: [I] Add support to set capabilities on Solr cloud container's security context [solr-operator]

2024-05-03 Thread via GitHub
janhoy commented on issue #489: URL: https://github.com/apache/solr-operator/issues/489#issuecomment-2092905796 > Hi all! a new version was recently released (April 12, 2024, Apache Solr Operator™ v0.8.1 available, there is no solution to our problem) is there any news on our problem?

Re: [PR] Remove encryption log prefix. [solr-sandbox]

2024-05-03 Thread via GitHub
bruno-roustant merged PR #104: URL: https://github.com/apache/solr-sandbox/pull/104 -- 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...@s

Re: [I] Add support to set capabilities on Solr cloud container's security context [solr-operator]

2024-05-03 Thread via GitHub
AyzekTime commented on issue #489: URL: https://github.com/apache/solr-operator/issues/489#issuecomment-2092685981 Hi all! a new version was recently released (April 12, 2024, Apache Solr Operator™ v0.8.1 available, there is no solution to our problem) is there any news on our problem? --

[jira] [Updated] (SOLR-17268) Solr 9.3-9.6 (JacksonJsonWriter) does not support "json.nl=arrntv"

2024-05-03 Thread Ramsey Haddad (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramsey Haddad updated SOLR-17268: - Description: Asking for facets and using "json.nl=arrntv" results in the exception: {code:java} a

Re: [PR] Remove the Before SolrCloud section, and expand the supported feature… [solr]

2024-05-03 Thread via GitHub
janhoy commented on PR #1138: URL: https://github.com/apache/solr/pull/1138#issuecomment-2092592369 I have not reviewed the other pages related to cluster types, but trust you that this might be redundant. It's a pity that doc improvements get stalled. Feel free to land it. -- This is an

[jira] [Commented] (SOLR-17248) Refactor ZK related SolrCli tools to separate SolrZkClient and CloudSolrClient instantiation/usage

2024-05-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843147#comment-17843147 ] ASF subversion and git services commented on SOLR-17248: Commit d

Re: [PR] SOLR-17248: Refactor ZK related SolrCli tools to separate SolrZkClient and CloudSolrClient instantiation/usage [solr]

2024-05-03 Thread via GitHub
epugh merged PR #2417: URL: https://github.com/apache/solr/pull/2417 -- 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...@solr.apache.org

Re: [PR] SOLR-17248: Refactor ZK related SolrCli tools to separate SolrZkClient and CloudSolrClient instantiation/usage [solr]

2024-05-03 Thread via GitHub
epugh commented on PR #2417: URL: https://github.com/apache/solr/pull/2417#issuecomment-2092493146 > > @laminelam I just merged in the latest, notice the compressor stuff for `ZkCpTool`? I really wish that all happened INSIDE of the zkclient tool.. not when you create it. oh well... Can you

Re: [PR] Remove the Before SolrCloud section, and expand the supported feature… [solr]

2024-05-03 Thread via GitHub
epugh commented on PR #1138: URL: https://github.com/apache/solr/pull/1138#issuecomment-2092488123 > The old "User Managed" mode is still supported (https://solr.apache.org/guide/solr/latest/deployment-guide/user-managed-distributed-search.html), so I would not remove it. Guess it's there t

Re: [PR] SOLR-16291 : Decay function queries gauss,linear,exponential [solr]

2024-05-03 Thread via GitHub
epugh commented on PR #939: URL: https://github.com/apache/solr/pull/939#issuecomment-2092480847 Hi all, this seems like a really nice addition to Solr... Assuming @danrosher is still up for adding the Ref Guide docs, this seems like a good capablity.Not sure how strongly you feel @ri