[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Solr config [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

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 %]
[% FOREACH rt IN indexloop %]

[% rt.ressource_type %]

[% IF ( rt.ressource_type == 'authority' ) %] This part is not yet implemented [% END %] [% FOREACH index IN rt.indexes %] [% END %]
Code Label Type Sortable Facetable Mapping
[% IF ( index.mandatory ) %] [% ELSE %] [% END %] [% IF ( index.mandatory ) %] [% END %] [% IF ( index.mandatory ) %] [% END %] [% IF ( index.type == 'str' ) %] [% ELSE %] [% END %] [% IF ( index.type == 'ste' ) %] [% ELSE %] [% END %] [% IF ( index.type == 'txt' ) %] [% ELSE %] [% END %] [% IF ( index.type == 'int' ) %] [% ELSE %] [% END %] [% IF ( index.type == 'date' ) %] [% ELSE %] [% END %] [% IF ( index.sortable ) %] [% ELSE %] [% END %] [% IF ( index.facetable ) %] [% ELSE %] [% END %] [% UNLESS ( index.mandatory ) %]Delete[% END %]
Add
[% END %]

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