mirror of https://github.com/apache/lucene.git
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:
parent
f38354e796
commit
31d3dc8dec
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue