mirror of https://github.com/apache/lucene.git
SOLR-8427: Remove duplicate definition of /export
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720376 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e87c36e69
commit
35d1d965de
|
@ -907,24 +907,6 @@
|
|||
</lst>
|
||||
</requestHandler>
|
||||
|
||||
<!--
|
||||
The export request handler is used to export full sorted result sets.
|
||||
Do not change these defaults.
|
||||
-->
|
||||
|
||||
<requestHandler name="/export" class="solr.SearchHandler">
|
||||
<lst name="invariants">
|
||||
<str name="rq">{!xport}</str>
|
||||
<str name="wt">xsort</str>
|
||||
<str name="distrib">false</str>
|
||||
</lst>
|
||||
|
||||
<arr name="components">
|
||||
<str>query</str>
|
||||
</arr>
|
||||
</requestHandler>
|
||||
|
||||
|
||||
<!-- Field Analysis Request Handler
|
||||
|
||||
RequestHandler that provides much the same functionality as
|
||||
|
|
Loading…
Reference in New Issue