mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
SOLR-3259: default /get to json
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7efa75e04a
commit
a96d647efa
@ -821,6 +821,8 @@
|
||||
<requestHandler name="/get" class="solr.RealTimeGetHandler">
|
||||
<lst name="defaults">
|
||||
<str name="omitHeader">true</str>
|
||||
<str name="wt">json</str>
|
||||
<str name="indent">true</str>
|
||||
</lst>
|
||||
</requestHandler>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user