alessandrobenedetti commented on PR #2921:
URL: https://github.com/apache/solr/pull/2921#issuecomment-2557370864
Uhm Locally I ahve a green gradle check, I'm tented to merge as the remote
gradle job on github is taking forever, it's the 3-4 time I restarted it...
--
This is an automated m
alessandrobenedetti merged PR #2921:
URL: https://github.com/apache/solr/pull/2921
--
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...@so
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907445#comment-17907445
]
ASF subversion and git services commented on SOLR-17525:
Commit 0
dsmiley commented on PR #2363:
URL: https://github.com/apache/solr/pull/2363#issuecomment-2557406048
IMO, ideally, HttpSolrCall would also use the proposed/enhanced
ClusterStateProvider (containing the cache & means to fetch an updated state)
to have similar cache semantics available on the
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907450#comment-17907450
]
ASF subversion and git services commented on SOLR-17525:
Commit 0
alessandrobenedetti commented on PR #2921:
URL: https://github.com/apache/solr/pull/2921#issuecomment-2556898004
So @malliaridis , I started the backporting, you see the cherry picked
commit and some gradle changes that should be what we want for 9.x.
I'm waiting for the gradle checks
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907453#comment-17907453
]
Alessandro Benedetti commented on SOLR-17525:
-
Hi [~epugh], no problem with t
mlbiscoc commented on code in PR #2902:
URL: https://github.com/apache/solr/pull/2902#discussion_r1894204642
##
solr/core/src/java/org/apache/solr/handler/admin/MetricsHandler.java:
##
@@ -186,10 +187,22 @@ private NamedList
handlePrometheusExport(SolrParams params) {
List
[
https://issues.apache.org/jira/browse/SOLR-17405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Salagnac resolved SOLR-17405.
Fix Version/s: 9.9
Resolution: Fixed
> Zookeeper session can be re-established by mu
janhoy commented on issue #740:
URL: https://github.com/apache/solr-operator/issues/740#issuecomment-2556648807
Hi. I normally prefer letting the Application that will index content to
Solr own also the configSet and collection. Thus when your application first
talks to Solr, it will check
[
https://issues.apache.org/jira/browse/SOLR-17405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907315#comment-17907315
]
ASF subversion and git services commented on SOLR-17405:
Commit 9
psalagnac merged PR #2914:
URL: https://github.com/apache/solr/pull/2914
--
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.
[
https://issues.apache.org/jira/browse/SOLR-17602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907323#comment-17907323
]
Jan Høydahl commented on SOLR-17602:
Similar validation logic exists already in smoke
github-actions[bot] closed pull request #2482: Adding Powershell snippets to
Five Minutes Tutorial
URL: https://github.com/apache/solr/pull/2482
--
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 s
[
https://issues.apache.org/jira/browse/SOLR-17215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907518#comment-17907518
]
Jan Høydahl commented on SOLR-17215:
Suggesters have never supported replication, esp
[
https://issues.apache.org/jira/browse/SOLR-4591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley resolved SOLR-4591.
Resolution: Duplicate
This ended up being done as getOrDefault (mirroring the same method name as
M
[
https://issues.apache.org/jira/browse/SOLR-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907514#comment-17907514
]
David Smiley commented on SOLR-6999:
+1
> deprecate the init(NamedList) in favor of i
github-actions[bot] commented on PR #2697:
URL: https://github.com/apache/solr/pull/2697#issuecomment-2557896086
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
github-actions[bot] commented on PR #2482:
URL: https://github.com/apache/solr/pull/2482#issuecomment-2557896134
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
dsmiley commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894337155
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -216,28 +216,21 @@ private void fetchClusterStatusForCollOrAlias(
MapWriter collection
dsmiley commented on code in PR #2902:
URL: https://github.com/apache/solr/pull/2902#discussion_r1894345634
##
solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java:
##
@@ -30,18 +30,18 @@ public abstract class SolrCoreMetric extends SolrMetric {
publ
dsmiley commented on code in PR #2902:
URL: https://github.com/apache/solr/pull/2902#discussion_r1894348349
##
solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreCacheMetric.java:
##
@@ -38,7 +37,7 @@ public SolrCoreCacheMetric(
public SolrCoreMetric parseLabe
gerlowskija commented on PR #2912:
URL: https://github.com/apache/solr/pull/2912#issuecomment-2557712061
Alright - added the `/admin/segments` v2 API, so this is back in "almost
ready" territory.
Still need to look into David's question about use of 'Instant' - I fiddled
a bit and go
David Smiley created SOLR-17607:
---
Summary: HTTP ClusterStateProvider should defer talking to Solr
until first use
Key: SOLR-17607
URL: https://issues.apache.org/jira/browse/SOLR-17607
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907390#comment-17907390
]
Jan Høydahl commented on SOLR-17607:
+1 This is a good practice. Also, we should make
malliaridis commented on PR #2921:
URL: https://github.com/apache/solr/pull/2921#issuecomment-2557052702
I've looked into the gradle changes and they look good so far. Only one
note, there is a checksum file `langchain4j-0.35.0.jar.sha1` that is being
removed when running `gradlew updateLic
alessandrobenedetti commented on PR #2921:
URL: https://github.com/apache/solr/pull/2921#issuecomment-2557080192
Sure, I'll do this and when green merge, thanks for the support!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
alessandrobenedetti merged PR #2809:
URL: https://github.com/apache/solr/pull/2809
--
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...@so
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907395#comment-17907395
]
Eric Pugh commented on SOLR-17525:
--
I know this is a bit late, but I wonder if we could
[
https://issues.apache.org/jira/browse/SOLR-17604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated SOLR-17604:
Description:
This is a refactoring but not a hidden one and it impacts performance
positively for
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907395#comment-17907395
]
Eric Pugh edited comment on SOLR-17525 at 12/20/24 2:54 PM:
I
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907395#comment-17907395
]
Eric Pugh edited comment on SOLR-17525 at 12/20/24 2:55 PM:
I
[
https://issues.apache.org/jira/browse/SOLR-16914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-16914:
-
Priority: Critical (was: Blocker)
> Japanese Synonyms Search not workinh
> -
mlbiscoc commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894038654
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -342,76 +356,47 @@ public static Map
postProcessCollectionJSON(Map
return collection;
[
https://issues.apache.org/jira/browse/SOLR-16914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907399#comment-17907399
]
Eric Pugh commented on SOLR-16914:
--
Blockers are meant to identify issues that prevent t
[
https://issues.apache.org/jira/browse/SOLR-15977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-15977:
-
Priority: Major (was: Blocker)
> Solr - portuguese synonyms are not working
> --
[
https://issues.apache.org/jira/browse/SOLR-15977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907397#comment-17907397
]
Eric Pugh commented on SOLR-15977:
--
Blockers are meant to identify issues that prevent t
mlbiscoc commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894046686
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -205,54 +214,32 @@ private void fetchClusterStatusForCollOrAlias(
}
}
-//
[
https://issues.apache.org/jira/browse/SOLR-17215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pugh updated SOLR-17215:
-
Priority: Major (was: Blocker)
> Solr Replication doesn't work for suggester for FreeTextLookupFactory
>
[
https://issues.apache.org/jira/browse/SOLR-17215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907400#comment-17907400
]
Eric Pugh commented on SOLR-17215:
--
Blockers are meant to identify issues that prevent t
alessandrobenedetti commented on PR #2809:
URL: https://github.com/apache/solr/pull/2809#issuecomment-2556830302
Thank you very much for all your help! @dsmiley @malliaridis @cpoerschke and
@epugh!
It's massively appreciated and I am sure this is going to be a big enabler
for our communi
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907358#comment-17907358
]
ASF subversion and git services commented on SOLR-17525:
Commit e
mlbiscoc opened a new pull request, #2922:
URL: https://github.com/apache/solr/pull/2922
File to Path work only going into 10x. Moved it under CHANGES.txt.
--
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
epugh merged PR #2922:
URL: https://github.com/apache/solr/pull/2922
--
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.org
dsmiley commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894337155
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -216,28 +216,21 @@ private void fetchClusterStatusForCollOrAlias(
MapWriter collection
gerlowskija commented on code in PR #2912:
URL: https://github.com/apache/solr/pull/2912#discussion_r1894389014
##
solr/api/src/java/org/apache/solr/client/api/model/CollectionStatusResponse.java:
##
@@ -0,0 +1,249 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
magibney merged PR #2917:
URL: https://github.com/apache/solr/pull/2917
--
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
mlbiscoc commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894366333
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -295,22 +288,19 @@ private Map getCollectionStatus(
@SuppressWarnings("unchecked")
pro
[
https://issues.apache.org/jira/browse/SOLR-17597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907493#comment-17907493
]
ASF subversion and git services commented on SOLR-17597:
Commit a
mlbiscoc commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894393177
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -356,28 +346,28 @@ public static Map
postProcessCollectionJSON(Map
return collection;
dsmiley commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894398648
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -216,28 +216,21 @@ private void fetchClusterStatusForCollOrAlias(
MapWriter collection
dsmiley commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894402071
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -295,22 +288,19 @@ private Map getCollectionStatus(
@SuppressWarnings("unchecked")
prot
[
https://issues.apache.org/jira/browse/SOLR-17597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Gibney resolved SOLR-17597.
---
Fix Version/s: 9.9
Resolution: Fixed
> CaffeineCache ramBytes incorrect accounting on
[
https://issues.apache.org/jira/browse/SOLR-17597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907496#comment-17907496
]
ASF subversion and git services commented on SOLR-17597:
Commit a
dsmiley commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894401152
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -356,28 +346,28 @@ public static Map
postProcessCollectionJSON(Map
return collection;
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Benedetti updated SOLR-17525:
Labels: pull-request-available vector-based-search (was:
pull-request-available)
[
https://issues.apache.org/jira/browse/SOLR-17525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Benedetti resolved SOLR-17525.
-
Fix Version/s: 9.8
Resolution: Fixed
> Text to Vector Query Parser
> -
mlbiscoc commented on code in PR #2916:
URL: https://github.com/apache/solr/pull/2916#discussion_r1894420480
##
solr/core/src/java/org/apache/solr/handler/admin/ClusterStatus.java:
##
@@ -356,28 +346,28 @@ public static Map
postProcessCollectionJSON(Map
return collection;
[
https://issues.apache.org/jira/browse/SOLR-17602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907539#comment-17907539
]
David Smiley commented on SOLR-17602:
-
{quote}Similar validation logic exists already
dsmiley commented on PR #2914:
URL: https://github.com/apache/solr/pull/2914#issuecomment-2558012895
bug fixes can go into 9.8
--
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
60 matches
Mail list logo