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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Jun 2014 13:17:32 +0000 (09:17 -0400)
commite867f2c3dcde9eabbd6dea01f5a7b93a3e641bf8
treecdd8bd5ef65840a26285d3fa393612720fb865fc
parent3d1598e2ec1eca14173382735f800faa3b30188e
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>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit c0adc32d23651ae89489b37db227a05a68ab8d6d)
Makefile.PL
etc/zebradb/etc/default.idx
etc/zebradb/etc/phrases-icu.xml [new file with mode: 0644]
rewrite-config.PL