Bug 10729: Add phrases configuration for ICU
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 14 Aug 2013 15:21:26 +0000 (16:21 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Jun 2014 09:23:08 +0000 (11:23 +0200)
commitc0adc32d23651ae89489b37db227a05a68ab8d6d
tree61f4bd61336faf387ced6511f35c5c4baad86196
parentccad109ca87cebde3744dd7b948a9bdc636a4d20
Bug 10729: Add phrases configuration for ICU

Add a separate phrases-icu.xml for phrase indexes
The file is based on that distributed with zebra
with a couple of additions to reflect Koha usage

This patch adds a separate tokenizer variable
for phrase indexes so that default.idx is
correctly rewritten for sites using icu
indexing

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
- Applied patch
- perl Makefile.PL --prev-install-log ../koha-dev/misc/koha-install-log
- make upgrade
- Restarted Zebra server
- Did a full reindex of bibliographic and authorities
- Checked various searches
- Links records to authorities
- Checked created links work correctly

I couldn't find a regression with this patch.
Passes all tests and QA script.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 735381b371b128fed13b8b34c97746af21a17282)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Makefile.PL
etc/zebradb/etc/default.idx
etc/zebradb/etc/phrases-icu.xml [new file with mode: 0644]
rewrite-config.PL