diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2006-11-17 13:30:32 +0100 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2006-11-17 13:30:32 +0100 |
commit | d5b233026fa2930e4c6ee362ebdfd3586b2f3fb8 (patch) | |
tree | d706907a5106ec596279c0655f891bb698203d29 /conf/dokuwiki.php | |
parent | 9046bb990b22efdc8a26f2b002f603c22f73f038 (diff) | |
download | rpg-d5b233026fa2930e4c6ee362ebdfd3586b2f3fb8.tar.gz rpg-d5b233026fa2930e4c6ee362ebdfd3586b2f3fb8.tar.bz2 |
Indexer asian language fixes and speed-ups
Make Chinese and Japanese work better with the new indexer.
Some missing punctuation added to utf8_stripspecials.
Misc. other changes to make indexing faster. The indexes will expire on
backend upgrades, so you don't have to delete *.indexed
darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index f3fd8286a..0df72bce4 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -130,3 +130,5 @@ $conf['ftp']['user'] = 'user'; $conf['ftp']['pass'] = 'password'; $conf['ftp']['root'] = '/home/user/htdocs'; +/* FIXME: delete when no longer needed */ +$conf['test_indexer'] = 0; |