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

2025-01-06 Thread via GitHub
gerlowskija commented on code in PR #735: URL: https://github.com/apache/solr-operator/pull/735#discussion_r1904820675 ## api/v1beta1/common_types.go: ## @@ -137,6 +137,10 @@ type PodOptions struct { // +optional ServiceAccountName string `json:"serviceAccountNam

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

2025-01-06 Thread via GitHub
gerlowskija commented on PR #735: URL: https://github.com/apache/solr-operator/pull/735#issuecomment-2574289865 > this option should be mentioned in the Readme, values.yaml & _custom_option_helpers.tpl of the solr chart, since all the custom options are explicitly listed/set there. O

[jira] [Updated] (SOLR-17471) upgrade to Lucene 9.12.1

2025-01-06 Thread Pierre Salagnac (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Salagnac updated SOLR-17471: --- Fix Version/s: 9.9 (was: 9.8) > upgrade to Lucene 9.12.1 > ---

[PR] Update dependency commons-codec:commons-codec to v1.17.2 [solr]

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

Re: [PR] Update dependency commons-codec:commons-codec to v1.17.2 [solr]

2025-01-06 Thread via GitHub
solrbot commented on PR #2941: URL: https://github.com/apache/solr/pull/2941#issuecomment-2574224570 ### ⚠️ 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] Add shareProcessNamespace flag to podOptions [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija commented on code in PR #735: URL: https://github.com/apache/solr-operator/pull/735#discussion_r1904802390 ## helm/solr/Chart.yaml: ## @@ -42,15 +42,12 @@ annotations: # Allowed syntax is described at: https://artifacthub.io/docs/topics/annotations/helm/#example

Re: [PR] SOLR-17519: CloudSolrClient with HTTP ClusterState can forget live nodes and then fail [solr]

2025-01-06 Thread via GitHub
dsmiley commented on code in PR #2935: URL: https://github.com/apache/solr/pull/2935#discussion_r1904581414 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -51,7 +52,9 @@ public abstract class BaseHttpClusterStateProvider impleme

[jira] [Commented] (SOLR-17525) Text to Vector Query Parser

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

[jira] [Commented] (SOLR-17525) Text to Vector Query Parser

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

[jira] [Commented] (SOLR-17525) Text to Vector Query Parser

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

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija merged PR #738: URL: https://github.com/apache/solr-operator/pull/738 -- 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] Stop using deprecated zkcli.sh to setup security [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija closed issue #731: Stop using deprecated zkcli.sh to setup security URL: https://github.com/apache/solr-operator/issues/731 -- 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 co

Re: [I] Stop using deprecated zkcli.sh to setup security [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija commented on issue #731: URL: https://github.com/apache/solr-operator/issues/731#issuecomment-2573795251 Thanks @mcarroll1 for the fix! -- 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

Re: [I] [Regression] security.json is not uploaded during the first initialization of SolrCloud [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija closed issue #720: [Regression] security.json is not uploaded during the first initialization of SolrCloud URL: https://github.com/apache/solr-operator/issues/720 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[jira] [Commented] (SOLR-17471) upgrade to Lucene 9.12.1

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

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
janhoy commented on PR #738: URL: https://github.com/apache/solr-operator/pull/738#issuecomment-2573969459 Thanks for this, one less user of the old zkcli script! While I'd prefer the script code to be configurable and not hard coded, this is a very good first step! -- This is an a

[jira] [Commented] (SOLR-17525) Text to Vector Query Parser

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

[jira] [Commented] (SOLR-17525) Text to Vector Query Parser

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

[jira] [Commented] (SOLR-17525) Text to Vector Query Parser

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

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija commented on PR #738: URL: https://github.com/apache/solr-operator/pull/738#issuecomment-2573712929 Alright, I've tested out with 8.11, 9.4, 9.7, and 9.8.0-SNAPSHOT (a soon-to-be-released version) - everything looks good. I'm going to add a change-note and look to merge. --

Re: [PR] SOLR-17519: CloudSolrClient with HTTP ClusterState can forget live nodes and then fail [solr]

2025-01-06 Thread via GitHub
mlbiscoc commented on code in PR #2935: URL: https://github.com/apache/solr/pull/2935#discussion_r1904552713 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/BaseHttpClusterStateProvider.java: ## @@ -51,7 +52,9 @@ public abstract class BaseHttpClusterStateProvider implem

[jira] [Updated] (SOLR-17601) HttpSolrCall: INVALID_STATE: use an HTTP response header instead

2025-01-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17601: Description: *Background & problem:*  CloudSolrClient & Solr (HttpSolrCall, specifically) work tog

[PR] EncryptionRequestHandler supports encryption requests distribution. [solr-sandbox]

2025-01-06 Thread via GitHub
bruno-roustant opened a new pull request, #115: URL: https://github.com/apache/solr-sandbox/pull/115 The client can call EncryptionRequestHandler and provide the additional parameter "distrib" = "true". In this case, this handler will distribute the encryption request to all the leader repl

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

2025-01-06 Thread via GitHub
renatoh commented on PR #2932: URL: https://github.com/apache/solr/pull/2932#issuecomment-2573390188 Thanks for the explanation. Would another option be to use a Map internally for SimpleOrderedMap without changing the interface, that lead to better lookup performance without the need

[jira] [Commented] (SOLR-13689) add a command line option bin/solr import to import jsonl/javabin file

2025-01-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910282#comment-17910282 ] Eric Pugh commented on SOLR-13689: -- Wow...   It's kind of a mess...   There are multiple

Re: [I] EncryptionRequestHandler support for collection with multiple shards [solr-sandbox]

2025-01-06 Thread via GitHub
bruno-roustant commented on issue #110: URL: https://github.com/apache/solr-sandbox/issues/110#issuecomment-2573393752 I created a [PR](https://github.com/apache/solr-sandbox/pull/115) to encrypt a collection with multiple shards in a single request. -- This is an automated message from t

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

2025-01-06 Thread via GitHub
dsmiley commented on PR #2932: URL: https://github.com/apache/solr/pull/2932#issuecomment-2573565263 Adding an additional HashMap inside SimpleOrderedMap misses the point of why NamedList exists. It's for something super lean/fast that's only for transferring stuff (i.e. to be serialized),

Re: [PR] SOLR-17471: upgrade Lucene to version 9.12.1 [solr]

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

[jira] [Commented] (SOLR-17471) upgrade to Lucene 9.12.1

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

Re: [PR] Update apache.hadoop to v3.4.1 [solr]

2025-01-06 Thread via GitHub
solrbot commented on PR #2937: URL: https://github.com/apache/solr/pull/2937#issuecomment-2572657658 ### ⚠️ 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 apache.hadoop to v3.4.1 [solr]

2025-01-06 Thread via GitHub
solrbot opened a new pull request, #2937: URL: https://github.com/apache/solr/pull/2937 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | org.apache.hadoop:hadoop-hdfs | dependencies | patch | `3.4.0` -> `3.4.1` | | org.apache.had

Re: [PR] Fix renovate.json to work with version catalogs [solr]

2025-01-06 Thread via GitHub
janhoy commented on PR #2936: URL: https://github.com/apache/solr/pull/2936#issuecomment-2572674145 #2937 failed writeLocks: ``` Command failed: ./gradlew --console=plain --dependency-verification lenient -q :dependencies :solr:dependencies :solr:api:dependencies :solr:benchmark:d

Re: [PR] Update dependency com.carrotsearch.randomizedtesting:randomizedtesting-runner to v2.8.2 [solr]

2025-01-06 Thread via GitHub
solrbot commented on PR #2939: URL: https://github.com/apache/solr/pull/2939#issuecomment-2572686662 ### ⚠️ 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

[PR] Update dependency com.carrotsearch.randomizedtesting:randomizedtesting-runner to v2.8.2 [solr]

2025-01-06 Thread via GitHub
solrbot opened a new pull request, #2939: URL: https://github.com/apache/solr/pull/2939 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.carrotsearch.randomizedtesting:randomizedtesting-runner](https://redirect.github.com/rand

[PR] Update apache.zookeeper to v3.9.3 [solr]

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

Re: [PR] Update apache.zookeeper to v3.9.3 [solr]

2025-01-06 Thread via GitHub
solrbot commented on PR #2938: URL: https://github.com/apache/solr/pull/2938#issuecomment-2572663181 ### ⚠️ 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,

[jira] [Commented] (SOLR-17563) Cleanup and merge dev-docs

2025-01-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910171#comment-17910171 ] Eric Pugh commented on SOLR-17563: -- Agreed David!   Thoughts about moving the "help/"

[jira] [Commented] (SOLR-15152) Export Tool should export nested docs cleanly in .json, .jsonl, and javabin

2025-01-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910174#comment-17910174 ] Eric Pugh commented on SOLR-15152: -- Thanks [~janhoy]  for following up.   This Jira has

[jira] [Updated] (SOLR-15152) Export Tool should export nested docs cleanly in .json, .jsonl, and javabin

2025-01-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-15152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-15152: - Description: ExportTool doesn't properly handle anonymous child docs or nested docs.   (was: ExportTool

Re: [PR] Fix renovate.json to work with version catalogs [solr]

2025-01-06 Thread via GitHub
malliaridis commented on PR #2936: URL: https://github.com/apache/solr/pull/2936#issuecomment-2573252585 Thanks for merging and testing it out @janhoy. I feared that much and I was looking for a way to test it before merge. The issue is coming from the plugin limitation, for which I c

[jira] [Created] (SOLR-17612) spellcheck.maxResultsForSuggest percentage is flawed when multiple shards

2025-01-06 Thread David Smiley (Jira)
David Smiley created SOLR-17612: --- Summary: spellcheck.maxResultsForSuggest percentage is flawed when multiple shards Key: SOLR-17612 URL: https://issues.apache.org/jira/browse/SOLR-17612 Project: Solr

[jira] [Commented] (SOLR-17612) spellcheck.maxResultsForSuggest percentage is flawed when multiple shards

2025-01-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910257#comment-17910257 ] David Smiley commented on SOLR-17612: - The fix would likely be that each shard would

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

2025-01-06 Thread via GitHub
Joshuaariolu opened a new issue, #742: URL: https://github.com/apache/solr-operator/issues/742 I'm quite new to helm and solr deployments and I am currently trying to mount a EFS volume on the solr pods using helm. I have created a separate pvc (test-pvc) with a storage class that's conn

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija commented on code in PR #738: URL: https://github.com/apache/solr-operator/pull/738#discussion_r1904249289 ## docs/development.md: ## @@ -55,6 +55,11 @@ export PATH="$PATH:$GOPATH/bin" # You likely want to add this line to your ~/.ba make install-dependencies ```

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
mcarroll1 commented on PR #738: URL: https://github.com/apache/solr-operator/pull/738#issuecomment-2573506377 @gerlowskija Unfortunately I have not had a chance to test with other Solr versions. Thanks for the review! -- This is an automated message from the Apache Git Service. To respond

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
mcarroll1 commented on code in PR #738: URL: https://github.com/apache/solr-operator/pull/738#discussion_r1904394320 ## tests/e2e/test_utils_test.go: ## @@ -581,6 +581,91 @@ func generateBaseSolrCloud(replicas int) *solrv1beta1.SolrCloud { } } +func generateSolrSecur

[jira] [Commented] (SOLR-17563) Cleanup and merge dev-docs

2025-01-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910306#comment-17910306 ] David Smiley commented on SOLR-17563: - Personally, I don't think we need {{gradle hel

Re: [PR] doc(volumes): add docs for attaching additional volumes [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija commented on PR #739: URL: https://github.com/apache/solr-operator/pull/739#issuecomment-2573262487 I agree with janhoy that (as-is) this feels pretty similar to the existing [docs/solr-backup/README.md](https://github.com/apache/solr-operator/tree/3cb870bd4d170390de829683ff4649f

Re: [PR] fix(solr-zk) Switch from zkcli to solr zk command line [solr-operator]

2025-01-06 Thread via GitHub
epugh commented on code in PR #738: URL: https://github.com/apache/solr-operator/pull/738#discussion_r1904284146 ## docs/development.md: ## @@ -55,6 +55,11 @@ export PATH="$PATH:$GOPATH/bin" # You likely want to add this line to your ~/.ba make install-dependencies ``` +Not

Re: [I] Mounting a volume to container is not clear [solr-operator]

2025-01-06 Thread via GitHub
mcarroll1 commented on issue #736: URL: https://github.com/apache/solr-operator/issues/736#issuecomment-2573451646 Hi @jamesla . I've updated this PR to a configmap example directly: https://github.com/apache/solr-operator/pull/739. It appears to work for me locally. Let me know if that wor

[jira] [Commented] (SOLR-17563) Cleanup and merge dev-docs

2025-01-06 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910286#comment-17910286 ] Jan Høydahl commented on SOLR-17563: We'd need to fix [https://github.com/apache/solr

Re: [PR] SOLR-17602: Per-Module Dependency Locking [solr]

2025-01-06 Thread via GitHub
janhoy commented on PR #2925: URL: https://github.com/apache/solr/pull/2925#issuecomment-2573420138 +1 More gradle-default behavior is better, if we can make it jive with our project requirements.. Especially when the plugin in use (carrot) is not that actively maintained. -- This is an

Re: [PR] doc(volumes): add docs for attaching additional volumes [solr-operator]

2025-01-06 Thread via GitHub
mcarroll1 commented on PR #739: URL: https://github.com/apache/solr-operator/pull/739#issuecomment-2573423825 Thanks @gerlowskija! As suggested, I have moved this example to the [example/](https://github.com/apache/solr-operator/blob/main/example/) area and changed it to be a ConfigMap. -

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

2025-01-06 Thread via GitHub
HoustonPutman commented on issue #742: URL: https://github.com/apache/solr-operator/issues/742#issuecomment-2573590985 So if you want to use efs volumes for the persistent volumes that store Solr's data, then you should configure it under dataOptions, not add an additional volume. See here

Re: [I] Adding ObservedGeneration in the CRD [solr-operator]

2025-01-06 Thread via GitHub
gerlowskija commented on issue #650: URL: https://github.com/apache/solr-operator/issues/650#issuecomment-2573581163 Not at all - I appreciate the very detailed response @Shashankft9! Thanks for the YT link especially, that was a good starting point for me. I think I was initially un

Re: [PR] doc(volumes): add docs for attaching additional volumes [solr-operator]

2025-01-06 Thread via GitHub
HoustonPutman commented on PR #739: URL: https://github.com/apache/solr-operator/pull/739#issuecomment-2573587121 So I like the additional example, but I also think the docs are useful. Maybe just don't include the example in the docs, and explain the top-level options, like the rest of the

Re: [PR] EncryptionRequestHandler supports encryption requests distribution. [solr-sandbox]

2025-01-06 Thread via GitHub
dsmiley commented on code in PR #115: URL: https://github.com/apache/solr-sandbox/pull/115#discussion_r1904965192 ## encryption/src/main/java/org/apache/solr/encryption/EncryptionRequestHandler.java: ## @@ -260,12 +330,116 @@ public void handleRequestBody(SolrQueryRequest req,

[jira] [Commented] (SOLR-17601) HttpSolrCall: INVALID_STATE: use an HTTP response header instead

2025-01-06 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910508#comment-17910508 ] David Smiley commented on SOLR-17601: - Perhaps the server should also return a finger

Re: [PR] Fix renovate.json to work with version catalogs [solr]

2025-01-06 Thread via GitHub
janhoy merged PR #2936: URL: https://github.com/apache/solr/pull/2936 -- 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] Fix renovate.json to work with version catalogs [solr]

2025-01-06 Thread via GitHub
janhoy commented on PR #2936: URL: https://github.com/apache/solr/pull/2936#issuecomment-2572645379 Triggering a solrbot run to test... -- 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 specifi

Re: [PR] Fix renovate.json to work with version catalogs [solr]

2025-01-06 Thread via GitHub
janhoy commented on PR #2936: URL: https://github.com/apache/solr/pull/2936#issuecomment-2572733767 The error message comes from gradle-dependencyckecks-plugin: https://github.com/carrotsearch/gradle-dependencychecks-plugin/blob/3f2ad2884810e77ae34c084575e1e1df3863ec3d/src/main/java/com/carr

Re: [PR] Update copyright year in NOTICE.txt file. [solr]

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

[PR] Demonstrate roundtrip export/import works [solr]

2025-01-06 Thread via GitHub
epugh opened a new pull request, #2940: URL: https://github.com/apache/solr/pull/2940 https://issues.apache.org/jira/browse/SOLR-13689 # Description Trying to understand best ways of round tripping data. Export from one collection and index into another collection. Use o

Re: [PR] SOLR-15546: ShortestPathStream to handle ids with colons. [solr]

2025-01-06 Thread via GitHub
cpoerschke commented on PR #236: URL: https://github.com/apache/solr/pull/236#issuecomment-2573088966 > I'd love to see this get into 10 without the `legacyJoin` stuff, since that seems hard to explain? Thoughts? If you don't have bandwidth/energy on this one, let me know and I can take it

[jira] [Commented] (SOLR-13689) add a command line option bin/solr import to import jsonl/javabin file

2025-01-06 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910192#comment-17910192 ] Eric Pugh commented on SOLR-13689: -- a few years later...   export now properly outputs .

Re: [PR] IDE suggested cleanups [solr]

2025-01-06 Thread via GitHub
epugh commented on PR #2934: URL: https://github.com/apache/solr/pull/2934#issuecomment-2573106677 Thanks @cpoerschke...I may stop here and merge this and actually tackle what I wanted to tackle which is seeing if we can use the filestore api instead of the `.system` collection. --