This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d2d4c4  SOLR-10529 Revert change to solrconfig for techproducts 
example as it introduced test failures
2d2d4c4 is described below

commit 2d2d4c4502e30d160554bafbde0563d49230b61b
Author: Jan Høydahl <[email protected]>
AuthorDate: Tue Nov 9 16:55:37 2021 +0100

    SOLR-10529 Revert change to solrconfig for techproducts example as it 
introduced test failures
---
 .../configsets/sample_techproducts_configs/conf/solrconfig.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git 
a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml 
b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
index 4e368e6..59d0569 100644
--- 
a/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
+++ 
b/solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml
@@ -1420,14 +1420,4 @@
     <transformer enable="${solr.ltr.enabled:false}" name="features" 
class="org.apache.solr.ltr.response.transform.LTRFeatureLoggerTransformerFactory">
       <str name="fvCacheName">QUERY_DOC_FV</str>
     </transformer>
-
-    <!-- Example of ping handler with a healthcheckFile -->
-    <requestHandler name="/admin/ping" class="solr.PingRequestHandler">
-      <!-- relative paths are resolved against the data dir -->
-      <str name="healthcheckFile">server-enabled.txt</str>
-      <lst name="invariants">
-        <str name="qt">/query</str><!-- handler to delegate to -->
-        <str name="q">*:*</str>
-      </lst>
-    </requestHandler>
 </config>

Reply via email to