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:
Yonik Seeley 2012-04-10 17:42:52 +00:00
parent c81bb33eea
commit e8d967aa80
1 changed files with 1 additions and 1 deletions

View File

@ -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>