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
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
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
[
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
[
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
> ---
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
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
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
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
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)
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
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
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}}
+
[
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
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}}
+
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
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
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
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
[
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
[
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
[
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
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.
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
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
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
[
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
[
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
>
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
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
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(
"
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
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
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
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
[
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
36 matches
Mail list logo