[jira] [Updated] (SOLR-17568) Remove remote *core* query in SolrCloud mode

2024-11-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17568: Fix Version/s: main (10.0) > Remove remote *core* query in SolrCloud mode > ---

Re: [PR] SOLR-17504: CoreContainer calls UpdateHandler.commit. [solr]

2024-11-18 Thread via GitHub
dsmiley commented on code in PR #2786: URL: https://github.com/apache/solr/pull/2786#discussion_r1847720351 ## solr/core/src/java/org/apache/solr/update/CommitUpdateCommand.java: ## @@ -21,9 +21,21 @@ /** A commit index command encapsulated in an object. */ public class Comm

[jira] [Created] (SOLR-17568) Remove remote *core* query in SolrCloud mode

2024-11-18 Thread David Smiley (Jira)
David Smiley created SOLR-17568: --- Summary: Remove remote *core* query in SolrCloud mode Key: SOLR-17568 URL: https://issues.apache.org/jira/browse/SOLR-17568 Project: Solr Issue Type: Task

[jira] [Updated] (SOLR-17568) Remove remote *core* query in SolrCloud mode

2024-11-18 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17568: Description: If a SolrCloud node receives a request with a local core name (not a collection name)

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
dsmiley commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846642455 ## solr/modules/llm/src/java/org/apache/solr/llm/embedding/SolrEmbeddingModel.java: ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846158497 ## solr/modules/llm/src/java/org/apache/solr/llm/embedding/SolrEmbeddingModel.java: ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] SOLR-16470: Create V2 equivalent of V1 Replication: Get files/{filePath} [solr]

2024-11-18 Thread via GitHub
gerlowskija commented on PR #2734: URL: https://github.com/apache/solr/pull/2734#issuecomment-2483173761 > Not seeing documentation updates? Ah, good thought. Yeah, `modules/deployment-guide/pages/user-managed-index-replication.adoc` should probably be updated to mention the v2 vers

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846431663 ## solr/modules/llm/src/java/org/apache/solr/llm/search/TextEmbedderQParserPlugin.java: ## @@ -0,0 +1,137 @@ +/* + * Licensed to the Apache Software Foundation

[PR] SOLR-17564: Remove backwards compatibility code from Assign [solr]

2024-11-18 Thread via GitHub
pjmcarthur opened a new pull request, #2871: URL: https://github.com/apache/solr/pull/2871 Remove code in Assign.java that was required for compatibility with collections created before 7.0 https://issues.apache.org/jira/browse/SOLR-X # Description This P

[jira] [Updated] (SOLR-17564) Assign.java is unnecessarily complex because of back-compat fixes

2024-11-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17564: -- Labels: pull-request-available (was: ) > Assign.java is unnecessarily complex because of back-

[PR] SOLR-16825: Migrate v2 API definitions to 'api' module, pt 9 [solr]

2024-11-18 Thread via GitHub
gerlowskija opened a new pull request, #2870: URL: https://github.com/apache/solr/pull/2870 https://issues.apache.org/jira/browse/SOLR-16825 # Description [SOLR-16825](https://issues.apache.org/jira/browse/SOLR-16825) added a new gradle module, 'api', which holds v2 API definit

Re: [PR] SOLR-16390: v2 Cluster Property APIs. [solr]

2024-11-18 Thread via GitHub
gerlowskija commented on PR #2788: URL: https://github.com/apache/solr/pull/2788#issuecomment-2483146877 Alright, appreciate the latest round of docs, and with those latest changes this now LGTM. I'll leave a few days for other feedback to trickle in but will aim to merge towards the end o

Re: [PR] SOLR-17531: Use new unified GC options [solr]

2024-11-18 Thread via GitHub
gerlowskija commented on PR #2815: URL: https://github.com/apache/solr/pull/2815#issuecomment-2483443783 Is this PR mostly about removing redundancy, or is it changing the effective defaults to be more in line with best-practices? e.g. G1GC - are we moving away from it towards somethi

Re: [PR] SOLR-17504: CoreContainer calls UpdateHandler.commit. [solr]

2024-11-18 Thread via GitHub
bruno-roustant commented on PR #2786: URL: https://github.com/apache/solr/pull/2786#issuecomment-2483275233 I tried to refactor to have an enum in CommitUpdateCommand instead of 3 booleans, but the change in callings classes was becoming large and odd with dependent classes. I finally rever

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846057489 ## settings.gradle: ## @@ -48,6 +48,7 @@ include "solr:modules:hadoop-auth" include "solr:modules:hdfs" include "solr:modules:jwt-auth" include "solr:module

[jira] [Updated] (SOLR-17567) Improve Stream CLI implementation

2024-11-18 Thread Christos Malliaridis (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christos Malliaridis updated SOLR-17567: Description: The current implemention for the CLI's Streams command that was introd

Re: [PR] SOLR-16470: Create V2 equivalent of V1 Replication: Get files/{filePath} [solr]

2024-11-18 Thread via GitHub
epugh commented on code in PR #2734: URL: https://github.com/apache/solr/pull/2734#discussion_r1847025065 ## solr/solr-ref-guide/modules/deployment-guide/pages/user-managed-index-replication.adoc: ## @@ -457,6 +457,51 @@ http://_host:port_/api/cores/_core_name_/replication/file

Re: [PR] SOLR-16470: Create V2 equivalent of V1 Replication: Get files/{filePath} [solr]

2024-11-18 Thread via GitHub
epugh commented on code in PR #2734: URL: https://github.com/apache/solr/pull/2734#discussion_r1847026303 ## solr/solr-ref-guide/modules/deployment-guide/pages/user-managed-index-replication.adoc: ## @@ -457,6 +457,51 @@ http://_host:port_/api/cores/_core_name_/replication/file

Re: [PR] SOLR-16470: Create V2 equivalent of V1 Replication: Get files/{filePath} [solr]

2024-11-18 Thread via GitHub
epugh commented on code in PR #2734: URL: https://github.com/apache/solr/pull/2734#discussion_r1847025065 ## solr/solr-ref-guide/modules/deployment-guide/pages/user-managed-index-replication.adoc: ## @@ -457,6 +457,51 @@ http://_host:port_/api/cores/_core_name_/replication/file

[jira] [Commented] (SOLR-16781) Remove directives from Solr

2024-11-18 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-16781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899255#comment-17899255 ] Jason Gerlowski commented on SOLR-16781: There's been some discussion of this tic

Re: [PR] SOLR-17240: Fix Http2SolrClient maxConnectionsPerDestination usage [solr]

2024-11-18 Thread via GitHub
github-actions[bot] commented on PR #2410: URL: https://github.com/apache/solr/pull/2410#issuecomment-2484420190 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

[jira] [Commented] (SOLR-17535) Remove ClusterState.getCollectionStates() and getCollectionsMap()

2024-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899325#comment-17899325 ] ASF subversion and git services commented on SOLR-17535: Commit 7

[jira] [Commented] (SOLR-17535) Remove ClusterState.getCollectionStates() and getCollectionsMap()

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

[jira] [Commented] (SOLR-17535) Remove ClusterState.getCollectionStates() and getCollectionsMap()

2024-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899323#comment-17899323 ] ASF subversion and git services commented on SOLR-17535: Commit 4

Re: [PR] [SOLR-10059] Handle appended fq params with macros in distributed requests [solr]

2024-11-18 Thread via GitHub
github-actions[bot] commented on PR #2303: URL: https://github.com/apache/solr/pull/2303#issuecomment-2484420237 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

Re: [PR] SOLR-15689: add PeerSyncTest.missedUpdatesFinderTests() [solr]

2024-11-18 Thread via GitHub
github-actions[bot] commented on PR #343: URL: https://github.com/apache/solr/pull/343#issuecomment-2484420339 This PR is now closed due to 60 days of inactivity after being marked as stale. Re-opening this PR is still possible, in which case it will be marked as active again. -- This i

Re: [PR] Enable PRS for all cloud tests [solr]

2024-11-18 Thread via GitHub
github-actions[bot] commented on PR #2199: URL: https://github.com/apache/solr/pull/2199#issuecomment-2484420270 This PR has had no activity for 60 days and is now labeled as stale. Any new activity will remove the stale label. To attract more reviewers, please tag people who might be fam

Re: [PR] SOLR-15689: add PeerSyncTest.missedUpdatesFinderTests() [solr]

2024-11-18 Thread via GitHub
github-actions[bot] closed pull request #343: SOLR-15689: add PeerSyncTest.missedUpdatesFinderTests() URL: https://github.com/apache/solr/pull/343 -- 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

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846491758 ## solr/modules/llm/src/java/org/apache/solr/llm/store/rest/ManagedEmbeddingModelStore.java: ## @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] SOLR-16470: Create V2 equivalent of V1 Replication: Get files/{filePath} [solr]

2024-11-18 Thread via GitHub
mlbiscoc commented on PR #2734: URL: https://github.com/apache/solr/pull/2734#issuecomment-2483651737 Added in some documentation to the ref-guide for the filecontent api and it's parameters. Also made a small change to fix precommit. Went back through the merge and rebase and nothing stick

Re: [I] Unable to install solr-operator 0.8.1 - zookeeper operator post install job failure [solr-operator]

2024-11-18 Thread via GitHub
och42 commented on issue #728: URL: https://github.com/apache/solr-operator/issues/728#issuecomment-2483692947 Maybe you haven't installed Custom Resource Definitions: `kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.8.1/all-with-dependencies.yaml`, as [described o

Re: [I] Unable to install solr-operator 0.8.1 - zookeeper operator post install job failure [solr-operator]

2024-11-18 Thread via GitHub
jamesla commented on issue #728: URL: https://github.com/apache/solr-operator/issues/728#issuecomment-2483933595 I thought that was the case but the helm chart actually installs the crds. I managed to get it working by installing the zookeeper operator seperately and then installing t

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846059345 ## solr/modules/llm/src/java/org/apache/solr/llm/embedding/SolrEmbeddingModel.java: ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846057489 ## settings.gradle: ## @@ -48,6 +48,7 @@ include "solr:modules:hadoop-auth" include "solr:modules:hdfs" include "solr:modules:jwt-auth" include "solr:module

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846450107 ## solr/modules/llm/src/java/org/apache/solr/llm/store/rest/ManagedEmbeddingModelStore.java: ## @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846460247 ## solr/modules/llm/src/java/org/apache/solr/llm/store/rest/ManagedEmbeddingModelStore.java: ## @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1846443930 ## solr/modules/llm/src/java/org/apache/solr/llm/store/EmbeddingModelStore.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [PR] SOLR-17525: Text Embedder Query Parser [solr]

2024-11-18 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r184655 ## solr/modules/llm/src/java/org/apache/solr/llm/store/rest/ManagedEmbeddingModelStore.java: ## @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Found