document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. }
');