SOLR-4719 : Admin UI - Default to wt=json on Query-Screen

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1494772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Matheis 2013-06-19 20:55:19 +00:00
parent f38354e796
commit 31d3dc8dec
2 changed files with 3 additions and 1 deletions

View File

@ -187,6 +187,8 @@ Optimizations
* SOLR-3838: Admin UI - Multiple filter queries are not supported in Query UI (steffkes)
* SOLR-4719 : Admin UI - Default to wt=json on Query-Screen (steffkes)
Other Changes
----------------------

View File

@ -80,8 +80,8 @@ limitations under the License.
<a rel="help">wt</a>
</label>
<select name="wt" id="wt" title="The writer type (response format).">
<option>xml</option>
<option>json</option>
<option>xml</option>
<option>python</option>
<option>ruby</option>
<option>php</option>