Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ################################################################
  2. #                   AUTO CONFIG                                #
  3. ################################################################
  4. source main
  5. {
  6.  
  7. type = xmlpipe2
  8.  
  9. xmlpipe_command = wget -O - -q --no-check-certificate -t 1 http://electro24.by/bitrix/admin/sphinx_get_xml.php?ID=1
  10. }
  11.  
  12. index main
  13. {
  14.  
  15. source = main
  16. path = /home/electro/sphinx/data/mainIndex/main
  17. docinfo = extern
  18. mlock = 1
  19. morphology = stem_en, stem_ru
  20. html_strip = 1
  21. index_exact_words = 1
  22. min_word_len = 1
  23. min_infix_len = 1
  24. charset_type = utf-8
  25. charset_table = 0..9, A..Z->a..z, _, a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F
  26. blend_chars = -, +, ~, ', &, U+23, .
  27.  
  28. enable_star = 1
  29. expand_keywords = 1
  30. wordforms = /home/electro/sphinx/data/mainIndex/mainwordform.txt
  31.  
  32.  
  33.  
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement