Noble Paul created SOLR-16369:
-
Summary: avoid xpath in parsing elevate.xml
Key: SOLR-16369
URL: https://issues.apache.org/jira/browse/SOLR-16369
Project: Solr
Issue Type: Task
Security Lev
[
https://issues.apache.org/jira/browse/SOLR-15007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599259#comment-17599259
]
ASF subversion and git services commented on SOLR-15007:
Commit 7
dsmiley merged PR #948:
URL: https://github.com/apache/solr/pull/948
--
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
sonatype-lift[bot] commented on code in PR #993:
URL: https://github.com/apache/solr/pull/993#discussion_r961280664
##
solr/core/src/java/org/apache/solr/core/SolrXmlConfig.java:
##
@@ -234,7 +234,9 @@ public static NodeConfig fromInputStream(
try (ByteArrayInputStream du
[
https://issues.apache.org/jira/browse/SOLR-16366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599211#comment-17599211
]
Noble Paul commented on SOLR-16366:
---
[~dsmiley]
The objective is not performance i
[
https://issues.apache.org/jira/browse/SOLR-16366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul reassigned SOLR-16366:
-
Assignee: Noble Paul
> Avoid using XPath in SolrXmlConfig
> --
>
[
https://issues.apache.org/jira/browse/SOLR-16303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599178#comment-17599178
]
David Smiley commented on SOLR-16303:
-
Mike, you missed {{solr/solr-ref-guide/antora.
risdenk commented on PR #841:
URL: https://github.com/apache/solr/pull/841#issuecomment-1234557833
> It should execute in the same order, unless there's something "magical"
about this being done from a different thread?
@magibney I think this is because it is trying to expire the ZK s
risdenk commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r960824509
##
solr/core/src/java/org/apache/solr/handler/SchemaHandler.java:
##
@@ -333,6 +330,13 @@ public Collection getApis() {
return apis;
}
+ @Override
+ public Collec
risdenk commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r960818330
##
solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
gerlowskija commented on PR #975:
URL: https://github.com/apache/solr/pull/975#issuecomment-1234459810
> I think this is looking great... Time to remove the "Draft" tag?
Done 🎉 ! This should be getting pretty close. I need to merge in `main` to
resolve some conflicts and address som
uschindler commented on PR #992:
URL: https://github.com/apache/solr/pull/992#issuecomment-1234375287
But as check tasks are last in execution (only "check" depends on it), this
is fine).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
uschindler commented on PR #992:
URL: https://github.com/apache/solr/pull/992#issuecomment-1234374062
Info: "When executed with --continue, Gradle will execute every task to be
executed where all of the dependencies for that task completed without failure,
instead of stopping as soon as the
uschindler commented on PR #992:
URL: https://github.com/apache/solr/pull/992#issuecomment-1234372271
Hi,
I am fine with that, but actually in an CI environment this is not needed.
On Jenkins all jobs start with `gradlew --continue`, so the GradleException
when thrown during task executi
madrob merged PR #992:
URL: https://github.com/apache/solr/pull/992
--
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
David Smiley created SOLR-16368:
---
Summary: Refactoring: Use SolrClient type instead of overly
specific subclasses
Key: SOLR-16368
URL: https://issues.apache.org/jira/browse/SOLR-16368
Project: Solr
[
https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aman Verma updated SOLR-16363:
--
Description:
In certain situation, to handle IllegalArgumentException while adding doc to
solr is link
[
https://issues.apache.org/jira/browse/SOLR-16363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aman Verma updated SOLR-16363:
--
Affects Version/s: main (10.0)
> addDoc() in DirectUpdateHandler2 needs additional Exception Handling
>
[
https://issues.apache.org/jira/browse/SOLR-16367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598977#comment-17598977
]
David Smiley commented on SOLR-16367:
-
As a prerequisite step to reduce the scope of
David Smiley created SOLR-16367:
---
Summary: Switch from CloudLegacySolrClient to CloudSolrClient
Key: SOLR-16367
URL: https://issues.apache.org/jira/browse/SOLR-16367
Project: Solr
Issue Type: I
[
https://issues.apache.org/jira/browse/SOLR-16366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598972#comment-17598972
]
David Smiley commented on SOLR-16366:
-
On the other hand, it's only parsed once in a
gerlowskija commented on code in PR #975:
URL: https://github.com/apache/solr/pull/975#discussion_r960599028
##
solr/core/src/java/org/apache/solr/jersey/PostRequestDecorationFilter.java:
##
@@ -0,0 +1,56 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or m
parekhcoder opened a new issue, #469:
URL: https://github.com/apache/solr-operator/issues/469
I created persistent volume claim and backup repository as specified in the
link. https://apache.github.io/solr-operator/docs/solr-backup/
(Persistent volume is cifs mount)
When I run back
[
https://issues.apache.org/jira/browse/SOLR-15345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved SOLR-15345.
Resolution: Won't Fix
> filter queries (fq) ignore the default query parser (defType)
> ---
[
https://issues.apache.org/jira/browse/SOLR-15345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598798#comment-17598798
]
Dawid Weiss commented on SOLR-15345:
Cleaning up outstanding issues. I'm closing this
dweiss closed pull request #82: SOLR-15345: add fq.qparser and fq.defType alias
so that filter queries
URL: https://github.com/apache/solr/pull/82
--
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
26 matches
Mail list logo