View | Details | Raw Unified | Return to bug 18316
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-4 / +3 lines)
Lines 90-100 a.add, a.delete { Link Here
90
    <div class="warning">
90
    <div class="warning">
91
        Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
91
        Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
92
92
93
        <p>Weight: define weight between 1 and 99.</p>
93
        <p>Weight: define weight between 1 and 99. Higher numbers indicate increased relevancy.
94
        <strong>Note that fields weighting works only for simple search.</strong></p>
94
        <ol>
95
        <ol>
95
          <li>only search fields mapped with biblios can be weighted</li>
96
          <li>only search fields mapped with biblios can be weighted</li>
96
          <li>search will be done on weighted fields only</li>
97
          <li>search will boost/increase weighted field(s) relevancy</li>
97
          <li>if no field is weighted, search will be done on all the record</li>
98
        </ol>
98
        </ol>
99
    </div>
99
    </div>
100
    [% IF errors %]
100
    [% IF errors %]
101
- 

Return to bug 18316