From f72780b71d2c716579af8b362c16f8bb3b39a847 Mon Sep 17 00:00:00 2001 From: Alex Arnaud Date: Thu, 12 Apr 2018 16:13:29 +0000 Subject: [PATCH] Bug 18316 - String changes --- .../prog/en/modules/admin/searchengine/elasticsearch/mappings.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt index 7a4774c..74e96c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -90,11 +90,11 @@ a.add, a.delete {
Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly. -

Weight: define weight between 1 and 99.

+

Weight: define weight between 1 and 99. Higher numbers indicate increased relevancy. + Note that fields weighting works only for simple search.

  1. only search fields mapped with biblios can be weighted
  2. -
  3. search will be done on weighted fields only
  4. -
  5. if no field is weighted, search will be done on all the record
  6. +
  7. search will boost/increase weighted field(s) relevancy
[% IF errors %] -- 2.7.4