SOLR-3811: Query Form using wrong values for dismax, edismax

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1384662 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Matheis 2012-09-14 07:18:53 +00:00
parent dc3f1d7b3d
commit d7d79ad7c5
2 changed files with 4 additions and 2 deletions

View File

@ -165,6 +165,8 @@ Bug Fixes
* SOLR-3569: Fixed debug output on distributed requests when there are no
results found. (David Bowen via hossman)
* SOLR-3811: Query Form using wrong values for dismax, edismax (steffkes)
Other Changes
----------------------

View File

@ -84,7 +84,7 @@ limitations under the License.
<fieldset class="dismax optional">
<legend>
<label for="dismax" class="checkbox">
<input type="checkbox" name="dismax" id="dismax" value="true">
<input type="checkbox" name="defType" id="dismax" value="dismax">
dismax
</label>
</legend>
@ -123,7 +123,7 @@ limitations under the License.
<fieldset class="edismax optional">
<legend>
<label for="edismax" class="checkbox">
<input type="checkbox" name="edismax" id="edismax" value="true">
<input type="checkbox" name="defType" id="edismax" value="edismax">
<strong>e</strong>dismax
</label>
</legend>