From 5ffbc1172738e8ee26c934f4a82d2d3bbc3a5b37 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 20 Jan 2019 00:24:49 +0100 Subject: Use Manticorsearch JSON API instead of custom search API The migration is due to the fact that python use far more ressources that a simple JSON POST request directly on the Manticorsearch server. --- sphinx_search.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sphinx_search.conf') diff --git a/sphinx_search.conf b/sphinx_search.conf index 7740000..83947b1 100644 --- a/sphinx_search.conf +++ b/sphinx_search.conf @@ -45,10 +45,7 @@ indexer { } searchd { - # Use this if you want to use python api - listen = 9312 - # Use this if you want to http api - #listen = localhost:8080:http + listen = 0.0.0.0:8080:http query_log = /tmp/query.log binlog_path = /tmp/ read_timeout = 5 -- cgit v1.2.1