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 94-104 a.add, a.delete { Link Here
94
    <div class="warning">
94
    <div class="warning">
95
        Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
95
        Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
96
96
97
        <p>Weight: define weight between 1 and 99.</p>
97
        <p>Weight: define weight between 1 and 99. Higher numbers indicate increased relevancy.
98
        <strong>Note that fields weighting works only for simple search.</strong></p>
98
        <ol>
99
        <ol>
99
          <li>only search fields mapped with biblios can be weighted</li>
100
          <li>only search fields mapped with biblios can be weighted</li>
100
          <li>search will be done on weighted fields only</li>
101
          <li>search will boost/increase weighted field(s) relevancy</li>
101
          <li>if no field is weighted, search will be done on all the record</li>
102
        </ol>
102
        </ol>
103
    </div>
103
    </div>
104
    [% IF errors %]
104
    [% IF errors %]
105
- 

Return to bug 18316