View | Details | Raw Unified | Return to bug 23204
Collapse All | Expand All

(-)a/misc/search_tools/export_elasticsearch_mappings.pl (-12 / +11 lines)
Lines 2-23 Link Here
2
2
3
# This inserts records from a Koha database into elastic search
3
# This inserts records from a Koha database into elastic search
4
4
5
# Copyright 2014 Catalyst IT
5
# Copyright 2020 Koha Development Team
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 3 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
24
- 

Return to bug 23204