From 52facdb418d82fee571931103cdfcb5661e12726 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sun, 1 Oct 2017 09:43:10 -0700 Subject: [PATCH] Docs: Adding search config info to client admin manual Signed-off-by: Jane Sandberg --- docs/admin/search_settings_web_client.adoc | 63 ++++++++++++++++++++++ docs/root_staff_client_admin.adoc | 9 ++++ 2 files changed, 72 insertions(+) create mode 100644 docs/admin/search_settings_web_client.adoc diff --git a/docs/admin/search_settings_web_client.adoc b/docs/admin/search_settings_web_client.adoc new file mode 100644 index 0000000000..9ceaa9d1ad --- /dev/null +++ b/docs/admin/search_settings_web_client.adoc @@ -0,0 +1,63 @@ +Adjusting Relevance Ranking and Indexing +---------------------------------------- + +Metabib Class FTS Config Maps +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +NOTE: These settings will apply to all libraries in your +consortium. There is no way to apply these settings to +only one library or branch. + +* _Field Class_ - Reference to a field defined in + Administration > Server Administration > MARC + Search/Facet Classes. +* _Text Search Config_ - Which Text Search config to use +* _Active_ - Check this checkbox to use this configuration + for searching and indexing. +* _Index Weight_ - The FTS index weight to use for this + FTS config. Should be A, B, C, or D, defaults to C. + You can see the exact numeric values for A, B, C, and + D in Administration > Server Administration > MARC + Search/Facet Classes. +* _Index Language_ - An optional 3-letter code + representing the language the record should be set to + in order for this FTS config to be used for indexing. + should be set to in order for this FTS config to be used for indexing +* _Search Language_ - An optional 3-letter code representing + what preferred language search should be selected by the + end-user in order for this FTS config to be applied to + their search. +* _Always Use_ - Check this checkbox to override the + configuration for a more specific field. For example, + if you check this box when entering a setting for the + _author_ metabib class, it will override any settings + you have made for the _author|personal_ field in + the Administration > Server Administration > Metabib + Field FTS Config Maps screen. + +Metabib Field FTS Config Maps +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +NOTE: These settings will apply to all libraries in your +consortium. There is no way to apply these settings to +only one library or branch. + +* _Metabib Field_ - Reference to a field defined in + Administration > Server Administration > MARC + Search/Facet Fields. +* _Text Search Config_ - Which Text Search config to use +* _Active_ - Check this checkbox to use this configuration + for searching and indexing. +* _Index Weight_ - The FTS index weight to use for this + FTS config. Should be A, B, C, or D, defaults to C. + You can see the exact numeric values for A, B, C, and + D in Administration > Server Administration > MARC + Search/Facet Classes. +* _Index Language_ - An optional 3-letter code + representing the language the record should be set to + in order for this FTS config to be used for indexing. + should be set to in order for this FTS config to be used for indexing +* _Search Language_ - An optional 3-letter code representing + what preferred language search should be selected by the + end-user in order for this FTS config to be applied to + their search. diff --git a/docs/root_staff_client_admin.adoc b/docs/root_staff_client_admin.adoc index 2a1aa30122..d6bbea7d96 100644 --- a/docs/root_staff_client_admin.adoc +++ b/docs/root_staff_client_admin.adoc @@ -184,6 +184,15 @@ include::circulation/self_check_configuration.adoc[] :leveloffset: 0 +// SEARCH ADMIN +Search Settings +=============== + +include::admin/search_settings_web_client.adoc[] + +include::admin/popularity_badges_web_client.adoc[] + + // Patron UX Patron User Experience Administration ===================================== -- 2.43.2