[jira] [Updated] (SOLR-17776) Harmonize SolrJ Http2SolrClient (Jetty) & HttpJdkSolrClient timeouts

2025-06-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17776: Description: See the linked dev list thread.  Summary: If Http2SolrClient.Builder.withHttpClient i

[jira] [Updated] (SOLR-17776) Harmonize SolrJ Http2SolrClient (Jetty) & HttpJdkSolrClient timeouts

2025-06-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-17776: Description: See the linked dev list thread.  Summary: If Http2SolrClient.Builder.withHttpClient i

Re: [PR] Harmonize SolrJ timeouts [solr]

2025-06-03 Thread via GitHub
dsmiley commented on code in PR #3357: URL: https://github.com/apache/solr/pull/3357#discussion_r2125527519 ## solr/core/src/java/org/apache/solr/cloud/Overseer.java: ## @@ -862,7 +862,6 @@ private void doCompatCheck(BiConsumer consumer) { new Http2SolrClient.Build

[jira] [Created] (SOLR-17776) Harmonize SolrJ Http2SolrClient (Jetty) & HttpJdkSolrClient timeouts

2025-06-03 Thread David Smiley (Jira)
David Smiley created SOLR-17776: --- Summary: Harmonize SolrJ Http2SolrClient (Jetty) & HttpJdkSolrClient timeouts Key: SOLR-17776 URL: https://issues.apache.org/jira/browse/SOLR-17776 Project: Solr

Re: [PR] Harmonize SolrJ timeouts [solr]

2025-06-03 Thread via GitHub
dsmiley commented on code in PR #3357: URL: https://github.com/apache/solr/pull/3357#discussion_r2096407656 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java: ## @@ -256,7 +256,7 @@ void sendUpdateStream() throws Exception {

Re: [PR] SOLR-17678, SOLR-17732: Add matchScore support for ReRank queries [solr]

2025-06-03 Thread via GitHub
dsmiley commented on code in PR #3222: URL: https://github.com/apache/solr/pull/3222#discussion_r2125495095 ## solr/core/src/java/org/apache/solr/search/SolrReturnFields.java: ## @@ -50,6 +51,7 @@ public class SolrReturnFields extends ReturnFields { // Special Field Keys

[jira] [Commented] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread Yura (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956006#comment-17956006 ] Yura commented on SOLR-17775: - I agree it could yield greater benefit, but I don’t want to ex

[jira] [Commented] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956005#comment-17956005 ] David Smiley commented on SOLR-17775: - While I maintain my opinion that DocStreamer c

[jira] [Comment Edited] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread Yura (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955998#comment-17955998 ] Yura edited comment on SOLR-17775 at 6/4/25 12:34 AM: -- I think chang

[jira] [Commented] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread Yura (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955999#comment-17955999 ] Yura commented on SOLR-17775: - I could add a cap on the maximum cached docs if needed—prefetc

[jira] [Comment Edited] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread Yura (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955998#comment-17955998 ] Yura edited comment on SOLR-17775 at 6/4/25 12:04 AM: -- I think chang

Re: [PR] SOLR-17724: adding a script on how to calculated the encoded password format [solr]

2025-06-03 Thread via GitHub
github-actions[bot] commented on PR #3162: URL: https://github.com/apache/solr/pull/3162#issuecomment-2937780497 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-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread Yura (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955998#comment-17955998 ] Yura commented on SOLR-17775: - I think changing DocsStreamer would be much more involved and

[jira] [Commented] (SOLR-17757) TFIDFSimilarity scoring difference between version 5.5.4 and 8.9.0

2025-06-03 Thread Khaled Alkhouli (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955987#comment-17955987 ] Khaled Alkhouli commented on SOLR-17757: This is probably not a bug. A major chan

Re: [PR] SOLR-17678, SOLR-17732: Add matchScore support for ReRank queries [solr]

2025-06-03 Thread via GitHub
HoustonPutman commented on PR #3222: URL: https://github.com/apache/solr/pull/3222#issuecomment-2937175581 > I wish I reviewed this earlier... feel free to tag me on geeky Solr internals... there are only a few of us that know this stuff Sorry have been vacationing and busy. Happy to

Re: [PR] SOLR-17678, SOLR-17732: Add matchScore support for ReRank queries [solr]

2025-06-03 Thread via GitHub
HoustonPutman commented on code in PR #3222: URL: https://github.com/apache/solr/pull/3222#discussion_r2124911514 ## solr/core/src/java/org/apache/solr/search/SolrReturnFields.java: ## @@ -50,6 +51,7 @@ public class SolrReturnFields extends ReturnFields { // Special Field Ke

[jira] [Commented] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

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

Re: [PR] SOLR-17678, SOLR-17732: Add matchScore support for ReRank queries [solr]

2025-06-03 Thread via GitHub
HoustonPutman commented on code in PR #3222: URL: https://github.com/apache/solr/pull/3222#discussion_r2124890606 ## solr/solrj/src/java/org/apache/solr/common/SolrDocument.java: ## @@ -195,6 +197,19 @@ public Collection getFieldValues(String name) { return null; } +

Re: [PR] SOLR-17678, SOLR-17732: Add matchScore support for ReRank queries [solr]

2025-06-03 Thread via GitHub
HoustonPutman commented on code in PR #3222: URL: https://github.com/apache/solr/pull/3222#discussion_r2124888615 ## solr/core/src/java/org/apache/solr/search/DocIterator.java: ## @@ -24,7 +24,7 @@ * The order of the documents is determined by the context in which the DocIter

Re: [PR] SOLR-16470: Include IOException in logs when DirectoryFileStream fails [solr]

2025-06-03 Thread via GitHub
mlbiscoc merged PR #3373: URL: https://github.com/apache/solr/pull/3373 -- 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.o

[jira] [Commented] (SOLR-16470) Create V2 equivalent of V1 Replication: Get IndexVersion, Get FileStream, Get File List

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

Re: [PR] SOLR-17775: optimize ValueSourceAugmenter [solr]

2025-06-03 Thread via GitHub
yurkor commented on PR #3380: URL: https://github.com/apache/solr/pull/3380#issuecomment-2936715567 > I like it. @devs please have a glance at it. I'm ready to merge, but prefer the second opinion. @yurkor thank you. Would you mind to add it into solr/CHANGES.txt 9.9.0 Optimizations ?

Re: [PR] add tests to validate timeout overrides [solr]

2025-06-03 Thread via GitHub
dsmiley closed pull request #3362: add tests to validate timeout overrides URL: https://github.com/apache/solr/pull/3362 -- 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 unsu

[jira] [Assigned] (SOLR-17458) Metrics: switch from DropWizard to OpenTelemetry

2025-06-03 Thread Matthew Biscocho (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Biscocho reassigned SOLR-17458: --- Assignee: Matthew Biscocho > Metrics: switch from DropWizard to OpenTelemetry >

[jira] [Commented] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955911#comment-17955911 ] David Smiley commented on SOLR-17775: - By recommending modifying DocStreamer, I don't

[jira] [Commented] (SOLR-17775) Optimize ValueSourceAugmenter

2025-06-03 Thread Yura (Jira)
[ https://issues.apache.org/jira/browse/SOLR-17775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955909#comment-17955909 ] Yura commented on SOLR-17775: - I’m not sure that modifying DocStreamer afterward would yield

[PR] Blog Post Solr AutoGeneratePhraseQueries and MM with synonyms [solr-site]

2025-06-03 Thread via GitHub
lizbiella opened a new pull request, #148: URL: https://github.com/apache/solr-site/pull/148 New Blogpost -- 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-

Re: [PR] Harmonize SolrJ timeouts [solr]

2025-06-03 Thread via GitHub
dsmiley commented on code in PR #3357: URL: https://github.com/apache/solr/pull/3357#discussion_r2096415291 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java: ## @@ -1085,27 +1084,20 @@ public Builder withHttpClient(Http2SolrClient http2SolrClient) {

Re: [PR] add tests to validate timeout overrides [solr]

2025-06-03 Thread via GitHub
dsmiley commented on PR #3362: URL: https://github.com/apache/solr/pull/3362#issuecomment-2935047385 Thanks again; I'll incorporate this into #3357 and update that one to apply the idle timeout at the request level -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Harmonize SolrJ timeouts [solr]

2025-06-03 Thread via GitHub
dsmiley commented on code in PR #3357: URL: https://github.com/apache/solr/pull/3357#discussion_r2123681294 ## solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java: ## @@ -514,7 +522,7 @@ public NamedList request(SolrRequest solrRequest, String collection)