You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
602 B

16 years ago
  1. !include include/default_my.cnf
  2. [source src1]
  3. type = xmlpipe2
  4. xmlpipe_command = cat suite/sphinx/testdata.xml
  5. [index test1]
  6. source = src1
  7. docinfo = extern
  8. charset_type = utf-8
  9. path = @OPT.vardir/searchd/test1
  10. [indexer]
  11. mem_limit = 32M
  12. [searchd]
  13. read_timeout = 5
  14. max_children = 30
  15. max_matches = 1000
  16. seamless_rotate = 1
  17. preopen_indexes = 0
  18. unlink_old = 1
  19. log = @OPT.vardir/searchd/sphinx-searchd.log
  20. query_log = @OPT.vardir/searchd/sphinx-query.log
  21. #log-error = @OPT.vardir/searchd/sphinx.log
  22. pid_file = @OPT.vardir/run/searchd.pid
  23. port = @ENV.SPHINXSEARCH_PORT
  24. [ENV]
  25. SPHINXSEARCH_PORT = @OPT.port