fix to ranking configuration servlet

pull/1/head
Michael Peter Christen 12 years ago
parent 2db058b551
commit 298bf2deb5

@ -46,6 +46,7 @@
</form> </form>
<form class="dsearch" action="RankingSolr_p.html" method="post" enctype="multipart/form-data"> <form class="dsearch" action="RankingSolr_p.html" method="post" enctype="multipart/form-data">
<fieldset> <fieldset>
<input type="hidden" name="profileNr" value="#[profileNr]#" />
<legend>Boost Query</legend> <legend>Boost Query</legend>
The Boost Query is attached to every query. Use this to statically boost specific content in the index. The Boost Query is attached to every query. Use this to statically boost specific content in the index.
Example: "fuzzy_signature_unique_b:true^100000.0f" means that documents, identified as 'double' are ranked very bad and appended to the end of all results (because the unique are ranked high). Example: "fuzzy_signature_unique_b:true^100000.0f" means that documents, identified as 'double' are ranked very bad and appended to the end of all results (because the unique are ranked high).
@ -65,6 +66,7 @@
</form> </form>
<form class="dsearch" action="RankingSolr_p.html" method="post" enctype="multipart/form-data"> <form class="dsearch" action="RankingSolr_p.html" method="post" enctype="multipart/form-data">
<fieldset> <fieldset>
<input type="hidden" name="profileNr" value="#[profileNr]#" />
<legend>Solr Boosts</legend> <legend>Solr Boosts</legend>
This is the set of searchable fields. Entries without a boost value are not searched. Boost values make hits inside the corresponding field more important. This is the set of searchable fields. Entries without a boost value are not searched. Boost values make hits inside the corresponding field more important.
<dl style="margin:0;">#{boosts}# <dl style="margin:0;">#{boosts}#

Loading…
Cancel
Save