Mihalytch

Sphinx search

Oct 21st, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. #/etc/sphinxsearch/sphinx.conf
  2.  
  3. index catalog
  4. {
  5. # known values are 'plain', 'distributed', and 'rt' (see samples below)
  6. # type = plain
  7.  
  8. source = catalog
  9.  
  10. path = /var/lib/sphinxsearch/data/catalog
  11.  
  12. docinfo = extern
  13. # dict = keywords
  14. dict = crc
  15. mlock = 0
  16.  
  17. morphology = stem_enru, Soundex, Metaphone
  18.  
  19. min_word_len = 3
  20.  
  21. charset_type = utf-8
  22.  
  23. enable_star = 1
  24. expand_keywords = 1
  25. index_exact_words = 1
  26.  
  27. min_infix_len = 3
  28. # min_prefix_len = 3
  29.  
  30. html_strip = 0
  31. }
Advertisement
Add Comment
Please, Sign In to add comment