Re: [PR] SOLR-17644: Fix missing auth listener [solr]

2025-02-26 Thread via GitHub
iamsanjay commented on PR #3208: URL: https://github.com/apache/solr/pull/3208#issuecomment-2687064213 If I look the default connection and socket timeouts. ``` HttpClientUtil.DEFAULT_SO_TIMEOUT = 60,000 HttpClientUtil.DEFAULT_CONNECT_TIMEOUT = 60,000 ``` But I will make th

Re: [PR] SOLR-17644: Fix missing auth listener [solr]

2025-02-26 Thread via GitHub
iamsanjay commented on PR #3208: URL: https://github.com/apache/solr/pull/3208#issuecomment-2687044559 We are creating client inside ZkController with custom timeouts ``` http2SolrClient = new Http2SolrClient.Builder() .withHttpClient(cc.getDefaultHttpSolr

Re: [PR] GitHub Action: precommit: --continue [solr]

2025-02-26 Thread via GitHub
dsmiley merged PR #3210: URL: https://github.com/apache/solr/pull/3210 -- 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-17462) Collection RESTORE: Invalid Status Request Error

2025-02-26 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930863#comment-17930863 ] Hakan Özler commented on SOLR-17462: Hi [~gerlowskija] , thank you for checking on th

[jira] [Updated] (SOLR-17678) Return original score for reranked docs

2025-02-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17678: -- Labels: pull-request-available (was: ) > Return original score for reranked docs > ---

[PR] SOLR-17678 Add support to return original score ( the query score ) in case of r… [solr]

2025-02-26 Thread via GitHub
sijuv opened a new pull request, #3222: URL: https://github.com/apache/solr/pull/3222 …erank query. https://issues.apache.org/jira/browse/SOLR-17678 # Description Add support for returning original query score for reranked docs. # Solution - Carry fwd the s

[jira] [Created] (SOLR-17685) Can't pass in -z connection parameter to bin/solr auth

2025-02-26 Thread Eric Pugh (Jira)
Eric Pugh created SOLR-17685: Summary: Can't pass in -z connection parameter to bin/solr auth Key: SOLR-17685 URL: https://issues.apache.org/jira/browse/SOLR-17685 Project: Solr Issue Type: Bug

Re: [PR] replace (deprecated) Top(Field,ScoreDoc)Collector.create calls [solr]

2025-02-26 Thread via GitHub
cpoerschke commented on PR #3157: URL: https://github.com/apache/solr/pull/3157#issuecomment-2685637439 > There is a difference between old and new code. ... Good catch, thank you! Yes, this is an unwanted change (and it arose from splitting off the Lucene 10 branch and since the `sup

[PR] Update dependency com.arkivanov.essenty:lifecycle to v2.5.0 [solr]

2025-02-26 Thread via GitHub
solrbot opened a new pull request, #3221: URL: https://github.com/apache/solr/pull/3221 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.arkivanov.essenty:lifecycle](https://redirect.github.com/arkivanov/Essenty) | dependenci

[PR] Update decompose to v3.3.0 [solr]

2025-02-26 Thread via GitHub
solrbot opened a new pull request, #3220: URL: https://github.com/apache/solr/pull/3220 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.arkivanov.decompose:extensions-compose](https://redirect.github.com/arkivanov/Decompose)

[PR] Update slf4j to v2.0.17 [solr]

2025-02-26 Thread via GitHub
solrbot opened a new pull request, #3219: URL: https://github.com/apache/solr/pull/3219 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.slf4j:jul-to-slf4j](http://www.slf4j.org) ([source](https://redirect.github.com/qos-ch/sl

[PR] Update ktor to v3.1.1 [solr]

2025-02-26 Thread via GitHub
solrbot opened a new pull request, #3218: URL: https://github.com/apache/solr/pull/3218 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.ktor:ktor-serialization-kotlinx-json](https://redirect.github.com/ktorio/ktor) | dependen

Re: [PR] SOLR-17633 Add matomo script to ref-guide [solr]

2025-02-26 Thread via GitHub
janhoy commented on code in PR #3217: URL: https://github.com/apache/solr/pull/3217#discussion_r1971650510 ## solr/solr-ref-guide/ui-src/partials/head-icons.hbs: ## @@ -1,3 +1,20 @@ +{{#if env.MATOMO_ENABLED}} +

[jira] [Commented] (SOLR-17633) Add Matomo script to website for analytics

2025-02-26 Thread Jira
[ https://issues.apache.org/jira/browse/SOLR-17633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930699#comment-17930699 ] Jan Høydahl commented on SOLR-17633: We received the tracking code. See three PRs to

Re: [PR] SOLR-17633 Add matomo script to ref-guide [solr]

2025-02-26 Thread via GitHub
janhoy commented on code in PR #3217: URL: https://github.com/apache/solr/pull/3217#discussion_r1971625911 ## solr/solr-ref-guide/ui-src/partials/head-icons.hbs: ## @@ -1,3 +1,20 @@ +{{#if env.MATOMO_ENABLED}} +

Re: [PR] SOLR-17518: Remove deprecated XML methods from UpdateRequest [solr]

2025-02-26 Thread via GitHub
psalagnac commented on PR #3215: URL: https://github.com/apache/solr/pull/3215#issuecomment-2685103674 Thanks a good point, thanks. All other tests use test utility code for that! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-02-26 Thread via GitHub
epugh commented on PR #3190: URL: https://github.com/apache/solr/pull/3190#issuecomment-2684994350 I pushed up an edit. What do you think about moving the `--user-managed` example up to the first point? It's there for the Standalone folks Even though I want it to be much less appar

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-02-26 Thread via GitHub
epugh commented on code in PR #3190: URL: https://github.com/apache/solr/pull/3190#discussion_r1971597612 ## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ## @@ -409,23 +409,27 @@ private static void printHelp() { print( "heal

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-02-26 Thread via GitHub
epugh commented on code in PR #3190: URL: https://github.com/apache/solr/pull/3190#discussion_r1971592677 ## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ## @@ -409,23 +409,27 @@ private static void printHelp() { print( "heal

[jira] [Updated] (SOLR-17684) Issue in SolrJ Reference Guide (Ping) - Incorrect Status Retrieval

2025-02-26 Thread Umut Saribiyik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umut Saribiyik updated SOLR-17684: -- Description: The SolrJ Reference Guide provides incorrect examples for retrieving the ping sta

[jira] [Updated] (SOLR-17684) Issue in SolrJ Reference Guide (Ping) - Incorrect Status Retrieval

2025-02-26 Thread Umut Saribiyik (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Umut Saribiyik updated SOLR-17684: -- Description: The SolrJ Reference Guide provides incorrect examples for retrieving the ping sta

[jira] [Commented] (SOLR-17684) Issue in SolrJ Reference Guide (Ping) - Incorrect Status Retrieval

2025-02-26 Thread Eric Pugh (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930681#comment-17930681 ] Eric Pugh commented on SOLR-17684: -- I think your ticket covers it!  It would be great to

Re: [PR] Fix get status for ping response [solr]

2025-02-26 Thread via GitHub
umut-sar commented on PR #3211: URL: https://github.com/apache/solr/pull/3211#issuecomment-2684950737 I opened a ticket for this issue. Feel free to add your suggestions to it. https://issues.apache.org/jira/browse/SOLR-17684 I will close this PR and recreate a new one later.

[I] Solr -operator and prometheus-exporter [solr-operator]

2025-02-26 Thread via GitHub
aloosnetmatch opened a new issue, #760: URL: https://github.com/apache/solr-operator/issues/760 We upgraded out test env from solr-operator 0.8.1 to 0.9.0 and from solr 9.7.0 to 9.8.0. The prometheus exporter does not seem to work anymore. The logging tells me this: `ERR

[PR] SOLR-17633 Add matomo script to doc index-page [solr]

2025-02-26 Thread via GitHub
janhoy opened a new pull request, #3216: URL: https://github.com/apache/solr/pull/3216 https://issues.apache.org/jira/browse/SOLR-17633 This adds matomo script to the index page of e.g. https://solr.apache.org/docs/9_8_0/ which is the landing page for each release. It does not attemp

[jira] [Created] (SOLR-17684) Issue in SolrJ Reference Guide (Ping) - Incorrect Status Retrieval

2025-02-26 Thread Umut Saribiyik (Jira)
Umut Saribiyik created SOLR-17684: - Summary: Issue in SolrJ Reference Guide (Ping) - Incorrect Status Retrieval Key: SOLR-17684 URL: https://issues.apache.org/jira/browse/SOLR-17684 Project: Solr

[jira] [Commented] (SOLR-17462) Collection RESTORE: Invalid Status Request Error

2025-02-26 Thread Jason Gerlowski (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930660#comment-17930660 ] Jason Gerlowski commented on SOLR-17462: Hi [~ozlerhakan] - are you certain you'v

[jira] [Updated] (SOLR-17633) Add Matomo script to website for analytics

2025-02-26 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated SOLR-17633: -- Labels: pull-request-available (was: ) > Add Matomo script to website for analytics >

[PR] SOLR-17633 Enable Matomo tracking [solr-site]

2025-02-26 Thread via GitHub
janhoy opened a new pull request, #144: URL: https://github.com/apache/solr-site/pull/144 (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-mai

Re: [PR] Add CVE-2024-6763 to our vex file [solr-site]

2025-02-26 Thread via GitHub
gerlowskija merged PR #143: URL: https://github.com/apache/solr-site/pull/143 -- 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.ap

Re: [PR] SOLR-17674: Refresh bin/solr instructions to down play SolrCloud and introduce --user-managed example. [solr]

2025-02-26 Thread via GitHub
gerlowskija commented on code in PR #3190: URL: https://github.com/apache/solr/pull/3190#discussion_r1971457633 ## solr/core/src/java/org/apache/solr/cli/SolrCLI.java: ## @@ -409,23 +409,27 @@ private static void printHelp() { print( "

Re: [PR] Fix get status for ping response [solr]

2025-02-26 Thread via GitHub
umut-sar closed pull request #3211: Fix get status for ping response URL: https://github.com/apache/solr/pull/3211 -- 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 unsubscrib

Re: [PR] Fix get status for ping response [solr]

2025-02-26 Thread via GitHub
epugh commented on PR #3211: URL: https://github.com/apache/solr/pull/3211#issuecomment-2684715390 Awesome.. Don't hestitate to ping me for help/review I'd like to see all our Java code samples in the Ref Guide use this approach so we don't have regressions creep in. -- This i

Re: [PR] Fix get status for ping response [solr]

2025-02-26 Thread via GitHub
umut-sar commented on PR #3211: URL: https://github.com/apache/solr/pull/3211#issuecomment-2684709756 Hi @epugh, Thanks for the clarification! Your approach makes a lot of sense. I'll review solrj.adoc and explore implementing this method in the next few days / weeks. Best, Um

[PR] SOLR-17518: Remove deprecated XML methods from UpdateRequest [solr]

2025-02-26 Thread via GitHub
psalagnac opened a new pull request, #3215: URL: https://github.com/apache/solr/pull/3215 https://issues.apache.org/jira/browse/SOLR-17518 This is a follow-up of #3200. Deprecated methods are now removed in Solr 10. -- This is an automated message from the Apache Git Serv

[jira] [Commented] (SOLR-17103) Add documentation about Hybrid Search with Apache Solr

2025-02-26 Thread Khaled Alkhouli (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17930652#comment-17930652 ] Khaled Alkhouli commented on SOLR-17103: This needs to be an official documentati