JuangaCovas.info

La página personal de Juan Gabriel Covas

Herramientas de usuario

Herramientas del sitio


linux:howtos:manticore-playground

¡Esta es una revisión vieja del documento!


Manticore search quirks

This is my page of playing with Manticore Search

Windows

Extract the zip, then edit the conf. file:

manticore.conf.in


# holy crap

common {
    plugin_dir = /usr/local/manticore/lib
}

searchd {
    listen = 127.0.0.1:9312
    listen = 127.0.0.1:9306:mysql
#   listen = 127.0.0.1:9308:http
    log = E:/manticore36/log/searchd.log
    query_log = E:/manticore36/log/query.log
    pid_file = E:/manticore36/log/searchd.pid
    data_dir = E:/manticore36/data
    query_log_format = sphinxql
}

Let's install as a service:

E:\Manticore\bin\searchd --install --config E:\Manticore\manticore.conf.in --servicename Manticore

Manticore can be started and stopped from the Services Control Panel or manually from the command line:

sc.exe start Manticore
sc.exe stop Manticore

If you don't install Manticore as Windows service, you can start it from the command line:

.\bin\searchd -c manticore.conf.in

To ensure a fast connection, use 127.0.0.1 and not localhost:

mysql -P9306 -h127.0.0.1
linux/howtos/manticore-playground.1629577697.txt.bz2 · Última modificación: 21/08/2021 22:28 por Juanga Covas