mirror of https://github.com/apache/lucene.git
example: promote json update handler to first-class (non-lazy)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311881 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c81bb33eea
commit
e8d967aa80
|
@ -933,7 +933,7 @@
|
|||
<!-- JSON Update Request Handler
|
||||
http://wiki.apache.org/solr/UpdateJSON
|
||||
-->
|
||||
<requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler" startup="lazy">
|
||||
<requestHandler name="/update/json" class="solr.JsonUpdateRequestHandler">
|
||||
<lst name="defaults">
|
||||
<str name="wt">json</str>
|
||||
<str name="indent">true</str>
|
||||
|
|
Loading…
Reference in New Issue