Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog/unreleased/SOLR-18105.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
title: Remove deprecated StandardRequestHandler in favour of SearchHand;er
type: removed # added, changed, fixed, deprecated, removed, dependency_update, security, other
authors:
- name: Eric Pugh
links:
- name: SOLR-18105
url: https://issues.apache.org/jira/browse/SOLR-18105

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<xi:include href="solrconfig.snippet.randomindexconfig.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>

<requestHandler name="standard" class="solr.StandardRequestHandler"/>
<requestHandler name="standard" class="solr.SearchHandler"/>
<requestHandler name="/update" class="solr.UpdateRequestHandler" />

<valueSourceParser name="sin1" class="solr.ExpressionValueSourceParser">
Expand Down