Advertisement
Guest User

sphinx.conf

a guest
Nov 6th, 2012
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. source srcxml
  2. {
  3. type = xmlpipe
  4. xmlpipe_command = type C:\sphinx\corpus\corpus.xml
  5. xmlpipe_field = docno
  6. xmlpipe_field = title
  7. xmlpipe_field = content
  8. xmlpipe_fixup_utf8 = 1
  9. }
  10. index test1
  11. {
  12. source = srcxml
  13. path = c:/sphinx/data/test1
  14. docinfo = extern
  15. min_word_len = 3
  16. charset_type = utf-8
  17. enable_star = 0
  18. html_strip = 0
  19. }
  20. indexer
  21. {
  22. mem_limit = 32M
  23. }
  24. searchd
  25. {
  26. port = 9312
  27. log = c:/sphinx/log/searchd.log
  28. query_log = c:/sphinx/log/query.log
  29. read_timeout = 5
  30. max_children = 30
  31. pid_file = c:/sphinx/log/searchd.pid
  32. max_matches = 2500
  33. seamless_rotate = 1
  34. preopen_indexes = 0
  35. unlink_old = 1
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement