Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #/etc/sphinxsearch/sphinx.conf
- index catalog
- {
- # known values are 'plain', 'distributed', and 'rt' (see samples below)
- # type = plain
- source = catalog
- path = /var/lib/sphinxsearch/data/catalog
- docinfo = extern
- # dict = keywords
- dict = crc
- mlock = 0
- morphology = stem_enru, Soundex, Metaphone
- min_word_len = 3
- charset_type = utf-8
- enable_star = 1
- expand_keywords = 1
- index_exact_words = 1
- min_infix_len = 3
- # min_prefix_len = 3
- html_strip = 0
- }
Advertisement
Add Comment
Please, Sign In to add comment