mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
30 lines
602 B
INI
30 lines
602 B
INI
!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
|