bugzilla4intranet-docker/etc/sphinxsearch/sphinx.conf

40 lines
1008 B
Plaintext
Raw Normal View History

2016-12-29 19:01:21 +03:00
# bugzilla
index bugzilla
{
type = rt
path = /var/lib/sphinxsearch/data/bugzilla
rt_field = short_desc
rt_field = comments
rt_field = comments_private
2017-01-10 17:20:04 +03:00
# Sphinx 2.2.11 bug #2591 - it refuses to serve indexes without attributes
rt_attr_uint = x
2016-12-29 19:01:21 +03:00
charset_table = 0..9, A..Z->a..z, a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F
blend_chars = _, -, &, +, @, $
morphology = stem_enru
min_word_len = 2
}
### General configuration ###
indexer
{
mem_limit = 128M
}
searchd
{
listen = 127.0.0.1:3112
log = /var/log/sphinxsearch/sphinx.log
binlog_path = /var/lib/sphinxsearch/data
query_log = /var/log/sphinxsearch/query.log
read_timeout = 5
max_children = 30
2017-01-10 17:20:04 +03:00
max_matches = 100000
2016-12-29 19:01:21 +03:00
pid_file = /var/run/sphinxsearch/searchd.pid
listen = /var/run/sphinxsearch/searchd.sock:mysql41
workers = threads
rt_flush_period = 3600
2019-05-23 18:44:50 +03:00
max_packet_size = 128M
2016-12-29 19:01:21 +03:00
}