Re: [PR] SOLR-16503: Replace default USH apache client with Http2SolrClient [solr]

2024-11-07 Thread via GitHub
iamsanjay commented on PR #2741: URL: https://github.com/apache/solr/pull/2741#issuecomment-2463764009 @dsmiley I think it doesn't even matter If we pass only zkAddress, or the combination of both zkHost and zkChroot. ``` void testZkClientClusterStateProviderCtor() throws IOExcep

Re: [PR] SOLR-17535 ClusterState.collectionStream() in lieu of getCollectionStates() [solr]

2024-11-07 Thread via GitHub
dsmiley merged PR #2834: URL: https://github.com/apache/solr/pull/2834 -- 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-17535) Remove ClusterState.getCollectionStates() and getCollectionsMap()

2024-11-07 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=17896552#comment-17896552 ] ASF subversion and git services commented on SOLR-17535: Commit 9

[jira] [Commented] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

2024-11-07 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896545#comment-17896545 ] Noble Paul commented on SOLR-14680: --- +1 > Provide simple interfaces to our concrete So

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1833045939 ## solr/webapp/web/solrUi/src/app/modules/common/utils/DateConverter.ts: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

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

2024-11-07 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1832545720 ## solr/solr-ref-guide/modules/query-guide/pages/embedding-text.adoc: ## @@ -0,0 +1,280 @@ += Embedding Text +// Licensed to the Apache Software Foundation (AS

[jira] [Commented] (SOLR-17549) Reconsider error-handling in generated-v2 SolrResponses

2024-11-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896453#comment-17896453 ] David Smiley commented on SOLR-17549: - To learn more, I tracked down this getParsed m

Re: [PR] SOLR-17256: Nuke SolrRequest set/getBasePath in 10 [solr]

2024-11-07 Thread via GitHub
dsmiley commented on code in PR #2852: URL: https://github.com/apache/solr/pull/2852#discussion_r1833191483 ## solr/solrj/src/java/org/apache/solr/client/solrj/util/ClientUtils.java: ## @@ -66,32 +64,23 @@ public static Collection toContentStreams( * Create the full URL for

[PR] Allow the possibility to fetch entire cluster state [solr]

2024-11-07 Thread via GitHub
aparnasuresh85 opened a new pull request, #2853: URL: https://github.com/apache/solr/pull/2853 # Description Address a test failure in `ClusterStateProviderTest.testGetClusterStatus` when `ClusterStateProvider` (CSP) chosen is `Http2ClusterStateProvider`. More importantly, while `Clu

Re: [PR] SOLR-17537: Manage ZK Compression through Curator [solr]

2024-11-07 Thread via GitHub
dsmiley commented on PR #2849: URL: https://github.com/apache/solr/pull/2849#issuecomment-2462384200 > are you suggesting that it just be a default? And so any data, on it's way in is compressed, and on it's way back out is uncompressed? Interesting idea! No, but it's confusing becaus

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

2024-11-07 Thread via GitHub
cpoerschke commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1832779589 ## solr/modules/llm/src/test/org/apache/solr/llm/embedding/DummyEmbeddingModel.java: ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (SOLR-7962) Passing additional arguments to solr.cmd using "-a" does not work on Windows

2024-11-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896279#comment-17896279 ] Eric Pugh commented on SOLR-7962: - Hey!  I jsut got my first (in years) working connection

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

2024-11-07 Thread via GitHub
alessandrobenedetti commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2462858580 Thanks @cpoerschke, I incorporated all your suggestions! Thanks @dsmiley for helping, in the meantime I branched here to tentatively use the FileStore: https://github.com/Seas

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on PR #2818: URL: https://github.com/apache/solr/pull/2818#issuecomment-2462844135 > _References to assets seems problematic_ > > I believe that references of the type `../../../solrUi/src/assets/*` are likely to break during deployment, as the project is being b

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

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

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

2024-11-07 Thread via GitHub
gerlowskija commented on PR #2788: URL: https://github.com/apache/solr/pull/2788#issuecomment-2462819695 > I added one new unit test [...] using a generated SolrJ API [...] but the invocation of the client API (new ClusterPropertiesApi.GetClusterProperty("ext.clusterPropThatDoesNotExist").p

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

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

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

2024-11-07 Thread via GitHub
gerlowskija commented on PR #2788: URL: https://github.com/apache/solr/pull/2788#issuecomment-2462829051 The discussion here has gotten a bit long, but to summarize my understanding: "Problem 1" and "Problem 2" are both resolved, the first by virtue of being punted to SOLR-17549 and the sec

[jira] [Created] (SOLR-17549) Reconsider error-handling in generated-v2 SolrResponses

2024-11-07 Thread Jason Gerlowski (Jira)
Jason Gerlowski created SOLR-17549: -- Summary: Reconsider error-handling in generated-v2 SolrResponses Key: SOLR-17549 URL: https://issues.apache.org/jira/browse/SOLR-17549 Project: Solr Issu

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1833045939 ## solr/webapp/web/solrUi/src/app/modules/common/utils/DateConverter.ts: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1833041219 ## solr/webapp/web/solrUi/src/app/modules/common/shared.module.ts: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

[PR] SOLR-17256: Nuke SolrRequest set/getBasePath in 10 [solr]

2024-11-07 Thread via GitHub
gerlowskija opened a new pull request, #2852: URL: https://github.com/apache/solr/pull/2852 https://issues.apache.org/jira/browse/SOLR-17256 # Description Previous PRs removed all use of getBasePath/setBasePath, but didn't remove the methods themselves to facilitate easier

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on PR #2818: URL: https://github.com/apache/solr/pull/2818#issuecomment-2462759400 > First of all I want to thank you for the time and effort you have put together into this PR and migration. It is nice to have options to choose from and to compare with one another for

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

2024-11-07 Thread via GitHub
alessandrobenedetti commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1832521769 ## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ## @@ -242,9 +242,9 @@ client.add(Arrays.asList(d1, d2)); == Query Time -Apache

Re: [PR] SOLR-17537: Manage ZK Compression through Curator [solr]

2024-11-07 Thread via GitHub
HoustonPutman commented on PR #2849: URL: https://github.com/apache/solr/pull/2849#issuecomment-2462698457 The idea is that with this we can eventually use the Curator recipes, which will require that our interactions with the CuratorFramework and SolrZkClient behave similarly. So yes, we c

[jira] [Commented] (SOLR-4587) Implement Saved Searches a la ElasticSearch Percolator

2024-11-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896280#comment-17896280 ] Jan Høydahl commented on SOLR-4587: --- Thanks for the update. You may want to fire a mail

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

2024-11-07 Thread via GitHub
cpoerschke commented on code in PR #2809: URL: https://github.com/apache/solr/pull/2809#discussion_r1832505259 ## solr/modules/llm/src/java/org/apache/solr/llm/search/TextEmbedderQParserPlugin.java: ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] SOLR-15477: Logging Performance [solr]

2024-11-07 Thread via GitHub
malliaridis commented on code in PR #389: URL: https://github.com/apache/solr/pull/389#discussion_r1832971729 ## solr/bin/solr: ## @@ -1973,7 +1973,7 @@ fi LOG4J_CONFIG=() Review Comment: If the log4j options should always be loaded as default, we should consider adding

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
malliaridis commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1832885037 ## solr/webapp/web/solrUi/src/app/modules/common/utils/DateConverter.ts: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[jira] [Commented] (SOLR-17256) Remove SolrRequest.getBasePath setBasePath

2024-11-07 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896365#comment-17896365 ] Jason Gerlowski commented on SOLR-17256: Alright - I've just uploaded what should

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

2024-11-07 Thread via GitHub
dsmiley commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2462415496 I'm willing to help out slinging some code here in aims to prevent duplication of similar mechanisms within Solr. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
malliaridis commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1832899607 ## solr/webapp/web/solrUi/src/app/modules/common/shared.module.ts: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

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

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

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

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

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

2024-11-07 Thread via GitHub
alessandrobenedetti commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2461998625 > I went through and mostly commented on the code. Having said that, I don't know that I grok the high level vision, since that's hard to convey with just a PR. I would like to l

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

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

[jira] [Commented] (SOLR-4587) Implement Saved Searches a la ElasticSearch Percolator

2024-11-07 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-4587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896330#comment-17896330 ] David Smiley commented on SOLR-4587: FWIW I think this will be a valuable/appreciated

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

2024-11-07 Thread via GitHub
dsmiley commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2462407322 The role of the FileStore is to handle distributed node/cluster synchronization of the underlying bytes; that's it. Is that relevant/useful for the model store you need? If it's not, then

Re: [PR] Update references to ASF Jenkins jobs [solr]

2024-11-07 Thread via GitHub
gerlowskija merged PR #2827: URL: https://github.com/apache/solr/pull/2827 -- 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.apach

Re: [PR] SOLR-16503: Replace default USH apache client with Http2SolrClient [solr]

2024-11-07 Thread via GitHub
dsmiley commented on code in PR #2741: URL: https://github.com/apache/solr/pull/2741#discussion_r1832773907 ## solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java: ## @@ -223,15 +219,12 @@ private boolean fetchFileFromNodeAndPersist(String fromNode) { fi

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1832654687 ## solr/webapp/web/solrUi/src/app/modules/common/shared.module.ts: ## @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * c

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1832651367 ## solr/webapp/web/solrUi/src/app/modules/common/utils/DateConverter.ts: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

Re: [PR] Solr 12276 angularjs to angular migration [solr]

2024-11-07 Thread via GitHub
NikolaiJDev commented on code in PR #2818: URL: https://github.com/apache/solr/pull/2818#discussion_r1832632574 ## solr/webapp/web/solrUi/src/app/modules/dashboard/models/systeminfo/ILuceneInformation.ts: ## @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (AS

[jira] [Assigned] (SOLR-17533) Rearrange and cleanup solr.cmd

2024-11-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh reassigned SOLR-17533: Assignee: Christos Malliaridis > Rearrange and cleanup solr.cmd > -- >

[jira] [Commented] (SOLR-7962) Passing additional arguments to solr.cmd using "-a" does not work on Windows

2024-11-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896276#comment-17896276 ] Eric Pugh commented on SOLR-7962: - I also tried bin/solr start -e techproducts -Dsolr.modu

[jira] [Commented] (SOLR-16999) AssertTool has lots of static methods

2024-11-07 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-16999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896275#comment-17896275 ] Jan Høydahl commented on SOLR-16999: I made them static since they can be static. No

[jira] [Commented] (SOLR-7962) Passing additional arguments to solr.cmd using "-a" does not work on Windows

2024-11-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896273#comment-17896273 ] Eric Pugh commented on SOLR-7962: - Hi all, I wanted to see if I could get this ticket clos

[jira] [Resolved] (SOLR-13422) bin/post command not working when run from crontab

2024-11-07 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh resolved SOLR-13422. -- Assignee: Eric Pugh (was: Erik Hatcher) Resolution: Cannot Reproduce I gave this a try and can't

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

2024-11-07 Thread via GitHub
alessandrobenedetti commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2461943259 > When you look at the model store, it would be great to hear where it comes up short and we could look at improving it. What would make it an "easy" decision to adopt!??

Re: [PR] SOLR-17495: Change CLI delete command to not delete configs by default. [solr]

2024-11-07 Thread via GitHub
epugh commented on PR #2761: URL: https://github.com/apache/solr/pull/2761#issuecomment-2461934671 @janhoy would you mind weighing in ont this PR since it changes a default behavior? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2024-11-07 Thread via GitHub
alessandrobenedetti commented on PR #2809: URL: https://github.com/apache/solr/pull/2809#issuecomment-2461910357 As I was progressing on the route of the FileStore, a thought came to my mind: With the current implementation the embedding model store guarantees a singleton life for each m

[jira] [Commented] (SOLR-14680) Provide simple interfaces to our concrete SolrCloud classes

2024-11-07 Thread Andrzej Bialecki (Jira)
[ https://issues.apache.org/jira/browse/SOLR-14680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896258#comment-17896258 ] Andrzej Bialecki commented on SOLR-14680: - +1 (no surprise given my objections ab

Re: [PR] SOLR-17537: Manage ZK Compression through Curator [solr]

2024-11-07 Thread via GitHub
epugh commented on PR #2849: URL: https://github.com/apache/solr/pull/2849#issuecomment-2461874627 > Could we call compress() universally and then our compressor chooses to only compress based on our criteria (state.json)? Just an idea off the top of my head; I don't know where compress() i