[Bug 838274] Re: The indexer should use the new CJK tokenizer

2011-09-01 Thread Mikkel Kamstrup Erlandsen
An update to David's original patch. * Fixes code style, using instead of ' for strings * Fix indentation issue of comment * Fix logical issue comparing a string to an int in environ[FOO] == 1 ** Patch added: Patch v2

[Bug 838274] Re: The indexer should use the new CJK tokenizer

2011-09-01 Thread Mikkel Kamstrup Erlandsen
Ok, this time really, *really* fix it :-) * All tests run * Added full test coverage with and without CJK enabled * Added a test for upgrade from no-CJK to CJK ** Patch added: axi-cjk-support-3.patch

[Bug 838274] Re: The indexer should use the new CJK tokenizer

2011-09-01 Thread Didier Roche
uploaded in apt-xapian-index (0.44ubuntu2) oneiric; urgency=low * debian/patches/01_axi_cjk_support.patch: - Activate the CJK support when indexing the database * debian/control, debian/rules: - add quilt for above patch ** Changed in: apt-xapian-index (Ubuntu) Status: Fix

[Bug 838274] Re: The indexer should use the new CJK tokenizer

2011-08-31 Thread David Barth
This patch ensures 1. The CJK tokenizer is activated for all calls to the Xapian API 2. The database is reindexed to add CJK tokens, if available; and the database marked as CJK-compatible for the future ** Patch added: axi-cjk-support.patch