Description

With an un-stemmable default language, Xapian index fails to build with PyStemmer enabled.

Steps to reproduce

  1. Install Xapian 1.0.6 and PyStemmer 1.0.1.

  2. Add some configure options in wikiconfig.py like this:

       1     language_default = 'zh'
       2     xapian_search = True
       3     xapian_index_dir = None
       4     xapian_stemming = True
       5     xapian_index_history = True
    
  3. Open a console, switch to the wiki directory, and run
    moin index build --mode=rebuild
  4. Processing stops with a traceback.

Component selection

Details

MoinMoin Version

1.6.2

OS and Version

Windows XP SP2

Python Version

2.5.1

Server Setup

Apache + FastCGI

Server Details

Apache 2.2.4, mod_fastcgi 2.4.6

Language you are using the wiki in (set in the browser/UserPreferences)

zh

Workaround

Discussion

Related bug: ../1.6devXapianPyStemmerFails

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.6.2XapianStemmerMoinIndexBuildFailsForUnstemmableDefaultLanguage (last edited 2008-05-03 20:47:38 by ThomasWaldmann)