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

Return to bug 18316