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

!include include/default_my.cnf
[source src1]
type = xmlpipe2
xmlpipe_command = cat suite/sphinx/testdata.xml
[index test1]
source = src1
docinfo = extern
charset_type = utf-8
path = @OPT.vardir/searchd/test1
[indexer]
mem_limit = 32M
[searchd]
read_timeout = 5
max_children = 30
max_matches = 1000
seamless_rotate = 1
preopen_indexes = 0
unlink_old = 1
log = @OPT.vardir/searchd/sphinx-searchd.log
query_log = @OPT.vardir/searchd/sphinx-query.log
#log-error = @OPT.vardir/searchd/sphinx.log
pid_file = @OPT.vardir/run/searchd.pid
port = @ENV.SPHINXSEARCH_PORT
[ENV]
SPHINXSEARCH_PORT = @OPT.port