From 11084f52bb54c812aee2c734011ca747bbeccb32 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nick Clemens Signed-off-by: Séverine QUEUNE Rebased-by: Alex Arnaud --- .../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 45dbeb4..728fd2b 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 @@ -91,11 +91,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