[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Elastic Search mappings [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updateing mappings ([% m.message %]). [% CASE 'error_on_delete' %] An error occurred when deleting the existing mappings. Nothing has been changed! (search field [% m.values.field_name %] with mapping [% m.values.marc_field %].) [% CASE 'success_on_update' %] Mapping updated successfully. [% CASE %] [% m.code %] [% END %]
[% END %]

Search engine configuration

Warning: Any modification in these configurations will need a total reindexation to be fully taken into account !
[% IF errors %]
Errors occurred, Modifications does not apply. Please check following values:
    [% FOREACH e IN errors %]
  • [% IF ( e.type == "malformed_mapping" ) %] The value "[% e.value %]" is not supported for mappings [% ELSIF ( e.type == "no_mapping" ) %] There is no mapping for the index [% e.value %] [% END %]
  • [% END %]
[% END %]
  • Search fields
  • [% FOREACH index IN indexes %] [% SWITCH index.index_name %] [% CASE 'biblios' %]
  • Biblios
  • [% CASE 'authorities' %]
  • Authorities
  • [% END %] [% END %]
[% FOREACH search_field IN all_search_fields %] [% END %]
Name Label Type
[% FOREACH index IN indexes %]
[% FOREACH mapping IN index.mappings %] [% END %]
Search field Sortable Facetable Suggestible Mapping
[% mapping.search_field_label %] Delete
Add
[% END %]

[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]