mdserver-web/plugins/sphinx/conf/sphinx.conf

28 lines
556 B
Plaintext
Raw Permalink Normal View History

2019-01-16 00:02:05 -05:00
#
# Minimal Sphinx configuration sample (clean, simple, functional)
#
searchd
{
2022-06-19 07:02:59 -04:00
listen = 9312
2019-01-16 00:02:05 -05:00
listen = 9306:mysql41
2022-06-19 07:02:59 -04:00
log = {$SERVER_APP}/index/searchd.log
query_log = {$SERVER_APP}/index/query.log
pid_file = {$SERVER_APP}/index/searchd.pid
#workers = threads # for RT to work
binlog_path = {$SERVER_APP}/index/binlog
2019-01-16 00:02:05 -05:00
read_timeout = 5
max_children = 0
seamless_rotate = 1
preopen_indexes = 1
unlink_old = 1
}
2022-06-19 07:02:59 -04:00
index mydocs
{
type = rt
path = {$SERVER_APP}/bin/doc
rt_field = title
rt_attr_json = j
}