SearchD support

Starting from mnoGoSearch version 3.2.0, searchd support is available.

Why using searchd

Starting searchd

To start using searchd:

To suppress output to stderr, use -l option. The output will go through syslog only (in case syslog support was not disabled during installation with --disable-syslog). In case syslog is disabled, it is possible to direct stderr to a file:

/usr/local/mnogosearch/sbin/searchd 2>/var/log/searchd.log &

searchd, just like indexer, can be used with options from a configuration file, e.g. relative path to /etc directory of mnoGoSearch installation:


searchd searchd1.conf

or with an absolute path:

searchd /usr/local/mnogosearch/etc/searchd1.conf