janhoy commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r79070
##
File path: solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
##
@@ -78,29 +82,31 @@
public PackageLoader(CoreContainer coreContainer) {
this.
noblepaul commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793327761
##
File path: solr/core/src/test/org/apache/solr/pkg/TestLocalPackages.java
##
@@ -0,0 +1,101 @@
+package org.apache.solr.pkg;
+
+import java.io.File;
+impor
Caa52 commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793259272
##
File path: solr/CHANGES.txt
##
@@ -256,9 +256,8 @@ when told to. The admin UI now tells it to. (Nazerke
Seidan, David Smiley)
* SOLR-15209: The old LegacyAs
Caa52 commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793317142
##
File path: solr/core/src/java/org/apache/solr/search/SolrConstantScoreQuery.java
##
@@ -41,17 +41,20 @@
* Experimental and subject to change.
*/
public c
noblepaul commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793301928
##
File path: solr/core/src/test/org/apache/solr/pkg/TestLocalPackages.java
##
@@ -0,0 +1,101 @@
+package org.apache.solr.pkg;
+
+import java.io.File;
+impor
noblepaul commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793269001
##
File path: solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
##
@@ -70,17 +77,85 @@
public PackageLoader(CoreContainer coreContainer) {
noblepaul commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793268524
##
File path: solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
##
@@ -274,20 +349,25 @@ public void writeMap(EntryWriter ew) throws IOException {
Caa52 commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793259272
##
File path: solr/CHANGES.txt
##
@@ -256,9 +256,8 @@ when told to. The admin UI now tells it to. (Nazerke
Seidan, David Smiley)
* SOLR-15209: The old LegacyAs
[
https://issues.apache.org/jira/browse/SOLR-15951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-15951:
--
Description:
Introducing a new way to load packages from a trusted location in the
filesystem.
* Pack
[
https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482853#comment-17482853
]
Michael Gibney commented on SOLR-15777:
---
Commit
[7b955214|https://github.com/apach
[
https://issues.apache.org/jira/browse/SOLR-15777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Gibney reassigned SOLR-15777:
-
Assignee: Michael Gibney
> ICUCollationField useDocValuesAsStored=true leads to server e
[
https://issues.apache.org/jira/browse/SOLR-14595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Gibney resolved SOLR-14595.
---
Fix Version/s: 9.0
Assignee: Michael Gibney (was: Chris M. Hostetter)
Resolut
[
https://issues.apache.org/jira/browse/SOLR-14595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482843#comment-17482843
]
ASF subversion and git services commented on SOLR-14595:
Commit d
[
https://issues.apache.org/jira/browse/SOLR-14595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482840#comment-17482840
]
ASF subversion and git services commented on SOLR-14595:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-14595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482839#comment-17482839
]
ASF subversion and git services commented on SOLR-14595:
Commit c
magibney merged pull request #447:
URL: https://github.com/apache/solr/pull/447
--
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...
Caa52 commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793194710
##
File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java
##
@@ -0,0 +1,96 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
Caa52 commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793194710
##
File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java
##
@@ -0,0 +1,96 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
janhoy commented on pull request #557:
URL: https://github.com/apache/solr/pull/557#issuecomment-1022761719
Will await the latest ref-guide doc edits, and then if no more feedback,
merge soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
janhoy commented on pull request #569:
URL: https://github.com/apache/solr/pull/569#issuecomment-1022760314
I always run it without `-r` since I also have tracking setup. So don't know
what happened at your end? Have not tested your auto guess fix, but ran the git
config command and it out
janhoy commented on a change in pull request #557:
URL: https://github.com/apache/solr/pull/557#discussion_r793179432
##
File path: solr/server/solr/solr.xml
##
@@ -30,6 +30,7 @@
${solr.max.booleanClauses:1024}
${solr.sharedLib:}
+ ${solr.modules:}
Review comment:
janhoy commented on a change in pull request #557:
URL: https://github.com/apache/solr/pull/557#discussion_r793172544
##
File path: solr/core/src/java/org/apache/solr/util/ModuleUtils.java
##
@@ -0,0 +1,124 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one o
janhoy commented on a change in pull request #557:
URL: https://github.com/apache/solr/pull/557#discussion_r793171312
##
File path: solr/CHANGES.txt
##
@@ -564,7 +566,7 @@ Bug Fixes
* SOLR-15944: The Tagger's JSON response format now always uses an object/map
to represent eac
janhoy commented on pull request #558:
URL: https://github.com/apache/solr/pull/558#issuecomment-1022734729
@HoustonPutman I added you as reviewer as you may have some input from the
solr-operator and docker perspective.
In particular, do you see any side effects of this? We should p
janhoy commented on pull request #558:
URL: https://github.com/apache/solr/pull/558#issuecomment-1022731283
If no further comments I'll merge this soon.
--
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
Jan Høydahl created SOLR-15959:
--
Summary: Deprecate loading of solr.xml from ZK
Key: SOLR-15959
URL: https://issues.apache.org/jira/browse/SOLR-15959
Project: Solr
Issue Type: Improvement
janhoy commented on pull request #558:
URL: https://github.com/apache/solr/pull/558#issuecomment-1022722443
> +1 thanks! Furthermore, shouldn't init_var_solr no longer copy these two
files?
Already part of the PR:
https://github.com/apache/solr/pull/558/files#diff-7e421bf40f7145b7dc
[
https://issues.apache.org/jira/browse/SOLR-15952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Høydahl resolved SOLR-15952.
Resolution: Fixed
> Stop releasing Solr binary ZIP artifact from v9.0
> ---
janhoy commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793141411
##
File path: solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
##
@@ -52,10 +52,17 @@
public class PackageLoader implements Closeable {
private sta
madrob opened a new pull request #569:
URL: https://github.com/apache/solr/pull/569
Running cherrypick.sh with `-p` but without `-r` caused a local failure for
me. Running it without `-r` previously had always worked even for the pulls
because I have upstream tracking branches set up.
--
[
https://issues.apache.org/jira/browse/SOLR-15918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482802#comment-17482802
]
ASF subversion and git services commented on SOLR-15918:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-15918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482801#comment-17482801
]
ASF subversion and git services commented on SOLR-15918:
Commit d
madrob merged pull request #568:
URL: https://github.com/apache/solr/pull/568
--
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...@s
[
https://issues.apache.org/jira/browse/SOLR-15952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482798#comment-17482798
]
ASF subversion and git services commented on SOLR-15952:
Commit a
sonatype-lift[bot] commented on a change in pull request #324:
URL: https://github.com/apache/solr/pull/324#discussion_r793134447
##
File path:
solr/modules/hdfs/src/java/org/apache/solr/store/hdfs/HdfsFileWriter.java
##
@@ -30,9 +30,7 @@
/**
* @lucene.experimental
Revie
[
https://issues.apache.org/jira/browse/SOLR-15952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482797#comment-17482797
]
ASF subversion and git services commented on SOLR-15952:
Commit 9
[
https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482796#comment-17482796
]
Shawn Heisey commented on SOLR-15923:
-
[~epugh] Just got a look at what your change d
sonatype-lift[bot] commented on a change in pull request #324:
URL: https://github.com/apache/solr/pull/324#discussion_r793130704
##
File path: solr/modules/hdfs/build.gradle
##
@@ -0,0 +1,81 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * cont
[
https://issues.apache.org/jira/browse/SOLR-15952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482793#comment-17482793
]
ASF subversion and git services commented on SOLR-15952:
Commit a
janhoy merged pull request #561:
URL: https://github.com/apache/solr/pull/561
--
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...@s
warperwolf commented on pull request #324:
URL: https://github.com/apache/solr/pull/324#issuecomment-1022685028
> > (me) I'm most concerned with the apparent duplication of tons of Solr
test configs. How can we avoid that?
>
> I'd be a hack but I wonder if this contrib could declare
warperwolf commented on a change in pull request #324:
URL: https://github.com/apache/solr/pull/324#discussion_r793119490
##
File path: solr/core/src/java/org/apache/solr/update/UpdateHandler.java
##
@@ -115,12 +115,9 @@ public UpdateHandler(SolrCore core, UpdateLog updateLog)
HoustonPutman commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793098853
##
File path: solr/contrib/build.gradle
##
@@ -0,0 +1,77 @@
+import groovy.json.JsonOutput
+import org.gradle.api.internal.artifacts.dependencies.Default
gerlowskija commented on pull request #565:
URL: https://github.com/apache/solr/pull/565#issuecomment-1022628525
I think that's everyone's review comments, except for Eric's (totally
justified) finger-wagging about my incorrect import settings, which I'm still
wrestling with.
I'm go
[
https://issues.apache.org/jira/browse/SOLR-15918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482753#comment-17482753
]
Mike Drob commented on SOLR-15918:
--
Additional PR for test failures -
https://jenkins.t
madrob opened a new pull request #568:
URL: https://github.com/apache/solr/pull/568
https://issues.apache.org/jira/browse/SOLR-15918
--
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
madrob commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793065102
##
File path: solr/contrib/build.gradle
##
@@ -0,0 +1,77 @@
+import groovy.json.JsonOutput
+import org.gradle.api.internal.artifacts.dependencies.DefaultProject
gerlowskija commented on pull request #565:
URL: https://github.com/apache/solr/pull/565#issuecomment-1022613929
> Put the new ones inside, leave the old ones?
It wouldn't be my choice in a vacuum: I can live with giving up on my
long-term goal of reusing these payload classes, but i
dsmiley commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793022178
##
File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java
##
@@ -0,0 +1,96 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
dsmiley commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793016743
##
File path: solr/core/src/java/org/apache/solr/search/SolrConstantScoreQuery.java
##
@@ -41,17 +41,20 @@
* Experimental and subject to change.
*/
public
dsmiley commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793014491
##
File path: solr/core/src/java/org/apache/solr/search/SolrConstantScoreQuery.java
##
@@ -41,17 +41,20 @@
* Experimental and subject to change.
*/
public
sonatype-lift[bot] commented on a change in pull request #566:
URL: https://github.com/apache/solr/pull/566#discussion_r793014137
##
File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java
##
@@ -0,0 +1,97 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
dsmiley commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r793013536
##
File path: solr/CHANGES.txt
##
@@ -256,9 +256,8 @@ when told to. The admin UI now tells it to. (Nazerke
Seidan, David Smiley)
* SOLR-15209: The old Legacy
dsmiley commented on pull request #553:
URL: https://github.com/apache/solr/pull/553#issuecomment-1022559062
Maybe we should delay this PR until after the module separation to be
absolutely sure we only explode the dependencies in a module and not here in
core.
--
This is an automated m
dsmiley commented on pull request #553:
URL: https://github.com/apache/solr/pull/553#issuecomment-1022557589
I basically agree. That said, I hope you can go through the dependency tree
to use the knowledge/intuition you have (or other x-Cloudera folks; whoever
knows HDFS) to prune out stu
janhoy commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r793003077
##
File path: solr/contrib/scripting/manifest.json
##
@@ -0,0 +1,22 @@
+{
+"version-constraint": "10",
Review comment:
Agreed. Local package bug fix
Caa52 commented on pull request #529:
URL: https://github.com/apache/solr/pull/529#issuecomment-1022539143
> This PR was closed in favor of the new one #566 which is a continuation of
this one. The PR was closed as a result of renaming the branch to correctly
reference the parent issue
[S
Caa52 closed pull request #566:
URL: https://github.com/apache/solr/pull/566
--
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
risdenk commented on pull request #553:
URL: https://github.com/apache/solr/pull/553#issuecomment-1022521366
@dsmiley agree about trying to reduce dependencies, but at the same time
`transitive=false` requires a whole bunch of knowledge about how the code is
being used. I think it makes se
[
https://issues.apache.org/jira/browse/SOLR-15755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein resolved SOLR-15755.
---
Resolution: Resolved
> Parse collection, shard, core, replica info from newSearcher events in
[
https://issues.apache.org/jira/browse/SOLR-15755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482690#comment-17482690
]
ASF subversion and git services commented on SOLR-15755:
Commit 5
[
https://issues.apache.org/jira/browse/SOLR-15755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482689#comment-17482689
]
ASF subversion and git services commented on SOLR-15755:
Commit f
[
https://issues.apache.org/jira/browse/SOLR-15755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482687#comment-17482687
]
ASF subversion and git services commented on SOLR-15755:
Commit 4
risdenk commented on a change in pull request #324:
URL: https://github.com/apache/solr/pull/324#discussion_r792962631
##
File path: solr/contrib/hdfs/build.gradle
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor lic
sonatype-lift[bot] commented on a change in pull request #529:
URL: https://github.com/apache/solr/pull/529#discussion_r792913954
##
File path: solr/core/src/java/org/apache/solr/search/DocSetQuery.java
##
@@ -0,0 +1,96 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
cpoerschke opened a new pull request #567:
URL: https://github.com/apache/solr/pull/567
https://issues.apache.org/jira/browse/SOLR-15958
(Tests pass but not yet fully considered correctness or implications of the
change, so leaving as "draft" for now.)
--
This is an automated mess
Christine Poerschke created SOLR-15958:
--
Summary: review FilterFeatureScorer delegation logic w.r.t.
Scorable
Key: SOLR-15958
URL: https://issues.apache.org/jira/browse/SOLR-15958
Project: Solr
Caa52 edited a comment on pull request #566:
URL: https://github.com/apache/solr/pull/566#issuecomment-1022446684
This is a new PR created as a continuation of the old one
[SOLR-15257](https://github.com/apache/solr/pull/529). The old PR was closed as
a result of renaming the branch to cor
Caa52 commented on pull request #566:
URL: https://github.com/apache/solr/pull/566#issuecomment-1022446684
This is a new PR created as a continuation of the old one
[SOLR-15257](https://github.com/apache/solr/pull/529) The old PR was closed as
a result of renaming the branch to correctly r
Caa52 edited a comment on pull request #529:
URL: https://github.com/apache/solr/pull/529#issuecomment-1022402464
This PR was closed in favor of the new one
https://github.com/apache/solr/pull/566 which is a continuation of this one.
The PR was closed as a result of renaming the branch to
Caa52 edited a comment on pull request #529:
URL: https://github.com/apache/solr/pull/529#issuecomment-1022402464
This PR was closed in favor of the new one
https://github.com/apache/solr/pull/566 which is a continuation of this one.
The PR was closed as a result of renaming the branch to
[
https://issues.apache.org/jira/browse/SOLR-14476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482643#comment-17482643
]
ASF subversion and git services commented on SOLR-14476:
Commit f
[
https://issues.apache.org/jira/browse/SOLR-14476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482642#comment-17482642
]
ASF subversion and git services commented on SOLR-14476:
Commit 7
[
https://issues.apache.org/jira/browse/SOLR-14476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482640#comment-17482640
]
ASF subversion and git services commented on SOLR-14476:
Commit 3
HoustonPutman commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r792884314
##
File path: solr/contrib/scripting/manifest.json
##
@@ -0,0 +1,22 @@
+{
+"version-constraint": "10",
Review comment:
What is the point of v
HoustonPutman commented on a change in pull request #560:
URL: https://github.com/apache/solr/pull/560#discussion_r792881998
##
File path: gradle/solr/packaging.gradle
##
@@ -60,7 +60,11 @@ configure(allprojects.findAll {project ->
project.path.startsWith(":solr:contrib
/
Caa52 edited a comment on pull request #529:
URL: https://github.com/apache/solr/pull/529#issuecomment-1022402464
This PR was closed in favor of the new one
https://github.com/apache/solr/pull/566 which is a continuation of this one
(SOLR-15257). The PR was changed as a result of renaming
Caa52 commented on pull request #529:
URL: https://github.com/apache/solr/pull/529#issuecomment-1022402464
This PR was closed in favor of the new one[
SOLR-12336](https://github.com/apache/solr/pull/566) which is a continuation of
this one (SOLR-15257). The PR was changed as a result of re
Caa52 opened a new pull request #566:
URL: https://github.com/apache/solr/pull/566
https://issues.apache.org/jira/browse/SOLR-12336
# Description
Currently, we use the `getTopFilter` method in Filter to access a Query
based on a DocSet. This is done via calling Filter's ma
Caa52 closed pull request #529:
URL: https://github.com/apache/solr/pull/529
--
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-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh resolved SOLR-9529.
---
Fix Version/s: 9.1
Resolution: Fixed
Picked up an old PR from [~solrtrey] and updated i
Caa52 closed pull request #529:
URL: https://github.com/apache/solr/pull/529
--
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-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482604#comment-17482604
]
ASF subversion and git services commented on SOLR-9529:
---
Commit 5c7c
[
https://issues.apache.org/jira/browse/SOLR-9529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482606#comment-17482606
]
ASF subversion and git services commented on SOLR-9529:
---
Commit ec31
cpoerschke merged pull request #493:
URL: https://github.com/apache/solr/pull/493
--
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.
iampranabroy commented on issue #386:
URL: https://github.com/apache/solr-operator/issues/386#issuecomment-1022368710
@HoustonPutman We have managed to change this takes care of this based on
some helm flag in our configuration. Is there any plan to include the mentioned
change in the futu
[
https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482599#comment-17482599
]
ASF subversion and git services commented on SOLR-15923:
Commit 2
[
https://issues.apache.org/jira/browse/SOLR-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman resolved SOLR-15954.
---
Fix Version/s: 9.0
Resolution: Done
> Move the Prometheus Exporter out from under modu
[
https://issues.apache.org/jira/browse/SOLR-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482598#comment-17482598
]
ASF subversion and git services commented on SOLR-15954:
Commit 0
[
https://issues.apache.org/jira/browse/SOLR-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482596#comment-17482596
]
ASF subversion and git services commented on SOLR-15954:
Commit c
[
https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Eric Pugh resolved SOLR-15923.
Fix Version/s: 9.1
Resolution: Fixed
> Base URL for a core returns 404
> ---
madrob commented on pull request #529:
URL: https://github.com/apache/solr/pull/529#issuecomment-1022351724
@dsmiley is this a 9.0 change because of the API surface we touch?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
[
https://issues.apache.org/jira/browse/SOLR-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482592#comment-17482592
]
ASF subversion and git services commented on SOLR-15923:
Commit 6
epugh merged pull request #535:
URL: https://github.com/apache/solr/pull/535
--
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-15954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482591#comment-17482591
]
ASF subversion and git services commented on SOLR-15954:
Commit 2
HoustonPutman merged pull request #564:
URL: https://github.com/apache/solr/pull/564
--
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-unsubs
[
https://issues.apache.org/jira/browse/SOLR-15957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-15957:
--
Fix Version/s: 9.0
> Add port number to the startup logs for the Prometheus Exporter
>
Houston Putman created SOLR-15957:
-
Summary: Add port number to the startup logs for the Prometheus
Exporter
Key: SOLR-15957
URL: https://issues.apache.org/jira/browse/SOLR-15957
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-15956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Houston Putman updated SOLR-15956:
--
Description:
>From a separate PR comment from [~janhoy] :
{quote}I was going to builda Docker i
Houston Putman created SOLR-15956:
-
Summary: Add documentation for creating a docker image from the
binary distribution
Key: SOLR-15956
URL: https://issues.apache.org/jira/browse/SOLR-15956
Project: S
1 - 100 of 111 matches
Mail list logo