Пример конфига Dokuwiki
- dokuwiki.conf
############################################################################ ## xmlpipe2 settings ############################################################################ source doku_main { type = xmlpipe2 xmlpipe_command = php /var/www/dokuwiki.ru/www/lib/plugins/sphinxsearch/xmlall.php } ############################################################################# ## index definition ############################################################################# index doku_main { source = doku_main path = /var/data/sphinx/doku_main docinfo = extern morphology = stem_ru min_stemming_len = 3 enable_star = 1 min_word_len = 2 min_infix_len = 0 charset_type = utf-8 charset_table = /, 0..9, A..Z->a..z, a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F, U+401->U+435, U+451->U+435 html_strip = 1 blend_chars = - }