i have tried install & configure thinking sphinx on local host & its working fine. When i tried to install on production server i am confuse with how to configure thinking sphinx on server.
here is the configure file development.sphinx.conf
indexer
{
}
searchd
{
listen = 127.0.0.1:9306:mysql41
log = /home/log/development.searchd.log
query_log = /home/log/development.searchd.query.log
pid_file = /home/log/development.sphinx.pid
workers = threads
binlog_path = /tmp/binlog/development
}
index product_core
{
type = rt
path = /db/sphinx/development/product_core
docinfo = extern
rt_field = sphinx_internal_class_name
rt_field = name
rt_attr_uint = sphinx_deleted
rt_attr_uint = company_id
rt_attr_bigint = sphinx_internal_id
rt_attr_string = sphinx_internal_class
rt_attr_string = name_sort
}
index product
{
type = distributed
local = product_core
}
Anyone please guide me configure thinking sphinx on production server