[jira] [Commented] (SOLR-17591) SolrJ : CloudSolrClient does not honor collection aliasing

2025-01-08 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911047#comment-17911047 ] Jason Gerlowski commented on SOLR-17591: bq. I dislike the "collection" param. I

[jira] [Commented] (SOLR-17588) javabin must support primitive arrays

2025-01-08 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911164#comment-17911164 ] Eric Pugh commented on SOLR-17588: -- This commit is breaking branch_9x    Due to the

Re: [PR] [ref guide] Note how to view the requested and applied facet.method [solr]

2025-01-08 Thread via GitHub
sandbergja commented on PR #2974: URL: https://github.com/apache/solr/pull/2974#issuecomment-2578420906 > Nice! Would you mind just slapping in a screenshot of the rendered note? I wondered if it needed a new line above the `NOTE`? ![facet.method documentation, with a note inline with

[jira] [Commented] (SOLR-17588) javabin must support primitive arrays

2025-01-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911315#comment-17911315 ] ASF subversion and git services commented on SOLR-17588: Commit e

Re: [PR] SOLR-17587: Prometheus Writer duplicate TYPE information in exposition format [solr]

2025-01-08 Thread via GitHub
dsmiley commented on PR #2902: URL: https://github.com/apache/solr/pull/2902#issuecomment-2579195364 Apparently, named groups of Matcher was added in JDK 20. Can you please do a branch_9x backport PR cherry picking this change and make modifications for JDK 11? I'm thinking, declare a sta

Re: [PR] Use separate nodeProjectDir for each subproject [solr]

2025-01-08 Thread via GitHub
dsmiley commented on PR #2680: URL: https://github.com/apache/solr/pull/2680#issuecomment-2579179289 I'm going to move the CHANGES.txt entry from "Bug fix" into the "Other" category because Solr itself does not have a bug. Also note the Lucene project uses "GITHUB#1234" pattern; we mi

Re: [PR] SOLR-17587: Prometheus Writer duplicate TYPE information in exposition format [solr]

2025-01-08 Thread via GitHub
dsmiley merged PR #2902: URL: https://github.com/apache/solr/pull/2902 -- 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.or

[jira] [Commented] (SOLR-17587) Prometheus Writer duplicate TYPE information in exposition format

2025-01-08 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911324#comment-17911324 ] ASF subversion and git services commented on SOLR-17587: Commit 7

Re: [PR] Use separate nodeProjectDir for each subproject [solr]

2025-01-08 Thread via GitHub
epugh commented on PR #2680: URL: https://github.com/apache/solr/pull/2680#issuecomment-2578193783 Thanks for the contribution @tylerbertrand! -- 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

[PR] [ref guide] Note how to view the requested and applied facet.method [solr]

2025-01-08 Thread via GitHub
sandbergja opened a new pull request, #2974: URL: https://github.com/apache/solr/pull/2974 (small docs contribution, not in jira) # Description While experimenting with some different `facet.method`s in solr, I found the `requestedMethod` and `appliedMethod` fields in t

[jira] [Created] (SOLR-17615) facets exclusion does not exclude dense vector search prefilters

2025-01-08 Thread Yue Yu (Jira)
Yue Yu created SOLR-17615: - Summary: facets exclusion does not exclude dense vector search prefilters Key: SOLR-17615 URL: https://issues.apache.org/jira/browse/SOLR-17615 Project: Solr Issue Type:

[jira] [Updated] (SOLR-17615) facets exclusion does not exclude dense vector search prefilters

2025-01-08 Thread Yue Yu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Yu updated SOLR-17615: -- Description: Vector search adds all fqs as implicit pre-filters by default: [https://solr.apache.org/guide/sol

[jira] [Updated] (SOLR-17615) facets exclusion does not exclude dense vector search prefilters

2025-01-08 Thread Yue Yu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Yu updated SOLR-17615: -- Description: Vector search adds all fqs as implicit pre-filters by default: [https://solr.apache.org/guide/sol

[jira] [Updated] (SOLR-17615) facets exclusion does not exclude dense vector search prefilters

2025-01-08 Thread Yue Yu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Yu updated SOLR-17615: -- Affects Version/s: 9.7 > facets exclusion does not exclude dense vector search prefilters > ---

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-08 Thread via GitHub
epugh commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1907133948 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [I] Ability to mount EFS volume on solr pods [solr-operator]

2025-01-08 Thread via GitHub
HoustonPutman commented on issue #742: URL: https://github.com/apache/solr-operator/issues/742#issuecomment-2578348100 Can you share your exact SolrCloud spec? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[PR] SOLR-17599: CrossDC should not use the MirroringUpdateHandler when replaying updates from the transaction log or when doing PeerSync. [solr]

2025-01-08 Thread via GitHub
markrmiller opened a new pull request, #2975: URL: https://github.com/apache/solr/pull/2975 (no comment) -- 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-m

[jira] [Updated] (SOLR-17599) CrossDC should not use the MirroringUpdateHandler when replaying updates from the transaction log or when doing PeerSync.

2025-01-08 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17599: -- Labels: pull-request-available (was: ) > CrossDC should not use the MirroringUpdateHandler whe

Re: [PR] Use separate nodeProjectDir for each subproject [solr]

2025-01-08 Thread via GitHub
epugh merged PR #2680: URL: https://github.com/apache/solr/pull/2680 -- 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

[jira] [Created] (SOLR-17616) CloudSolrClient admin routing should consider node roles and randomization

2025-01-08 Thread David Smiley (Jira)
David Smiley created SOLR-17616: --- Summary: CloudSolrClient admin routing should consider node roles and randomization Key: SOLR-17616 URL: https://issues.apache.org/jira/browse/SOLR-17616 Project: Solr

[jira] [Updated] (SOLR-17615) facets exclusion does not exclude dense vector search prefilters

2025-01-08 Thread Yue Yu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Yu updated SOLR-17615: -- Component/s: faceting > facets exclusion does not exclude dense vector search prefilters >

[jira] [Updated] (SOLR-17615) facets exclusion does not exclude dense vector search prefilters

2025-01-08 Thread Yue Yu (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yue Yu updated SOLR-17615: -- Affects Version/s: (was: 9.7) > facets exclusion does not exclude dense vector search prefilters >

[PR] Update dependency de.thetaphi.forbiddenapis to v3.8 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2973: URL: https://github.com/apache/solr/pull/2973 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | de.thetaphi.forbiddenapis | plugin | minor | `3.7` -> `3.8` | --- ### Configurati

Re: [PR] Update dependency de.thetaphi.forbiddenapis to v3.8 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2973: URL: https://github.com/apache/solr/pull/2973#issuecomment-2578121743 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

Re: [PR] [ref guide] Note how to view the requested and applied facet.method [solr]

2025-01-08 Thread via GitHub
epugh commented on PR #2974: URL: https://github.com/apache/solr/pull/2974#issuecomment-2578285981 Nice! Would you mind just slapping in a screenshot of the rendered note? I wondered if it needed a new line above the `NOTE`? -- This is an automated message from the Apache Git Service. T

[jira] [Commented] (SOLR-17616) CloudSolrClient admin routing should consider node roles and randomization

2025-01-08 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911188#comment-17911188 ] David Smiley commented on SOLR-17616: - If node roles aren't in-use, perhaps admin com

Re: [PR] Added ObservedGeneration to solrcloud status [solr-operator]

2025-01-08 Thread via GitHub
RavinaChidambaram commented on PR #722: URL: https://github.com/apache/solr-operator/pull/722#issuecomment-2578433239 Thanks for the feedback and approval. I’m currently working on considering other scenarios as well around `observedGeneration`, and I’ll address that within this PR. Please

Re: [PR] Update dependency org.apache.commons:commons-text to v1.13.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2980: URL: https://github.com/apache/solr/pull/2980#issuecomment-2578618069 ### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, in

Re: [PR] Update dependency org.apache.hadoop.thirdparty:hadoop-shaded-guava to v1.3.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2981: URL: https://github.com/apache/solr/pull/2981#issuecomment-2578623065 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

[PR] Update dependency org.apache.hadoop.thirdparty:hadoop-shaded-guava to v1.3.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2981: URL: https://github.com/apache/solr/pull/2981 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.hadoop.thirdparty:hadoop-shaded-guava](https://www.apache.org/) | dependencies |

Re: [PR] Update dependency org.apache.rat:apache-rat to v0.16.1 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2982: URL: https://github.com/apache/solr/pull/2982#issuecomment-2578626699 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

[PR] Update dependency org.apache.rat:apache-rat to v0.16.1 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2982: URL: https://github.com/apache/solr/pull/2982 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.rat:apache-rat](https://creadur.apache.org/rat/) ([source](https://gitbox.apache.o

[PR] Update dependency org.eclipse.jdt:ecj to v3.40.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2985: URL: https://github.com/apache/solr/pull/2985 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.eclipse.jdt:ecj](https://projects.eclipse.org/projects/eclipse.jdt) ([source](https://red

Re: [PR] Update dependency org.eclipse.jdt:ecj to v3.40.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2985: URL: https://github.com/apache/solr/pull/2985#issuecomment-2578640806 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

Re: [PR] Update dependency org.apache.commons:commons-compress to v1.27.1 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2978: URL: https://github.com/apache/solr/pull/2978#issuecomment-2578608268 ### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, in

Re: [I] Ability to mount EFS volume on solr pods [solr-operator]

2025-01-08 Thread via GitHub
Joshuaariolu commented on issue #742: URL: https://github.com/apache/solr-operator/issues/742#issuecomment-2578610388 Thanks again for your response dataStorage: type: "persistent" capacity: "20Gi" persistent: reclaimPolicy: "Delete" pvc: name: data

[PR] Update dependency org.apache.commons:commons-compress to v1.27.1 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2978: URL: https://github.com/apache/solr/pull/2978 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.commons:commons-compress](https://commons.apache.org/proper/commons-compress/) ([

Re: [PR] Update dependency org.apache.commons:commons-lang3 to v3.17.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2979: URL: https://github.com/apache/solr/pull/2979#issuecomment-2578612830 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

[PR] Update dependency org.apache.commons:commons-lang3 to v3.17.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2979: URL: https://github.com/apache/solr/pull/2979 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.commons:commons-lang3](https://commons.apache.org/proper/commons-lang/) ([source]

[PR] Update dependency org.apache.commons:commons-text to v1.13.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2980: URL: https://github.com/apache/solr/pull/2980 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.commons:commons-text](https://commons.apache.org/proper/commons-text) ([source](h

[PR] Update dependency org.carrot2:carrot2-core to v4.6.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2983: URL: https://github.com/apache/solr/pull/2983 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.carrot2:carrot2-core](https://project.carrot2.org) ([source](https://redirect.github.com/

Re: [PR] Update dependency org.carrot2:carrot2-core to v4.6.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2983: URL: https://github.com/apache/solr/pull/2983#issuecomment-2578630208 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

[PR] Update dependency org.checkerframework:checker-qual to v3.48.4 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2984: URL: https://github.com/apache/solr/pull/2984 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.checkerframework:checker-qual](https://checkerframework.org/) ([source](https://redirect.

Re: [PR] Update dependency org.checkerframework:checker-qual to v3.48.4 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2984: URL: https://github.com/apache/solr/pull/2984#issuecomment-2578635016 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

[PR] Update dependency de.undercouch.download to v5.6.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2976: URL: https://github.com/apache/solr/pull/2976 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | de.undercouch.download | plugin | minor | `5.5.0` -> `5.6.0` | --- ### Configurat

Re: [PR] Update dependency de.undercouch.download to v5.6.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2976: URL: https://github.com/apache/solr/pull/2976#issuecomment-2578599016 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

[PR] Update dependency joda-time:joda-time to v2.13.0 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2977: URL: https://github.com/apache/solr/pull/2977 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [joda-time:joda-time](https://www.joda.org/joda-time/) ([source](https://redirect.github.com/J

Re: [PR] Update dependency joda-time:joda-time to v2.13.0 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2977: URL: https://github.com/apache/solr/pull/2977#issuecomment-2578603637 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,

Re: [I] Ability to mount EFS volume on solr pods [solr-operator]

2025-01-08 Thread via GitHub
HoustonPutman commented on issue #742: URL: https://github.com/apache/solr-operator/issues/742#issuecomment-2578943065 Please past as json, or else it's very hard to read. Can you delete the cloud and recreate from scratch, just using: ```json dataStorage: persistent

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-08 Thread via GitHub
dsmiley commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1907898100 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] reusing empty NamedList rather than recreating a new empty NamedList … [solr]

2025-01-08 Thread via GitHub
dsmiley commented on code in PR #2932: URL: https://github.com/apache/solr/pull/2932#discussion_r1907905116 ## solr/solrj/src/java/org/apache/solr/common/util/SimpleOrderedMap.java: ## @@ -67,4 +70,8 @@ public SimpleOrderedMap clone() { newList.addAll(nvPairs); return

Re: [PR] Parses CHANGES.txt to identify contributors [solr]

2025-01-08 Thread via GitHub
dsmiley merged PR #2424: URL: https://github.com/apache/solr/pull/2424 -- 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.or

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-08 Thread via GitHub
gerlowskija commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1907069757 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-08 Thread via GitHub
gerlowskija commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1907069757 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] SOLR-16391: Convert "modify-coll" API to JAX-RS [solr]

2025-01-08 Thread via GitHub
gerlowskija commented on code in PR #2930: URL: https://github.com/apache/solr/pull/2930#discussion_r1907069757 ## solr/api/src/java/org/apache/solr/client/api/endpoint/CollectionApis.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [I] Unable to pass shareProcessNamespace to PodOptions [solr-operator]

2025-01-08 Thread via GitHub
gerlowskija closed issue #716: Unable to pass shareProcessNamespace to PodOptions URL: https://github.com/apache/solr-operator/issues/716 -- 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

Re: [PR] Add shareProcessNamespace flag to podOptions [solr-operator]

2025-01-08 Thread via GitHub
gerlowskija merged PR #735: URL: https://github.com/apache/solr-operator/pull/735 -- 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...@sol

Re: [I] Unable to pass shareProcessNamespace to PodOptions [solr-operator]

2025-01-08 Thread via GitHub
gerlowskija closed issue #716: Unable to pass shareProcessNamespace to PodOptions URL: https://github.com/apache/solr-operator/issues/716 -- 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

[PR] Update jersey to v3.1.10 [solr]

2025-01-08 Thread via GitHub
solrbot opened a new pull request, #2972: URL: https://github.com/apache/solr/pull/2972 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.glassfish.jersey.media:jersey-media-json-jackson](https://projects.eclipse.org/projects/e

Re: [PR] Update jersey to v3.1.10 [solr]

2025-01-08 Thread via GitHub
solrbot commented on PR #2972: URL: https://github.com/apache/solr/pull/2972#issuecomment-2577588442 ### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch,