From 82aefaaaf1c0fc64e584f7025259f84d2bcc347b Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 17 Jan 2019 22:20:46 +0100 Subject: Add index selection --- sphinx_search.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sphinx_search.conf') diff --git a/sphinx_search.conf b/sphinx_search.conf index 5ba9c23..6e8f214 100644 --- a/sphinx_search.conf +++ b/sphinx_search.conf @@ -1,4 +1,4 @@ -source datas { +source neodarznet { type = pgsql sql_host = 127.0.0.1 @@ -14,9 +14,9 @@ source datas { } -index datas { - source = datas - path = /tmp/data/datas +index neodarznet { + source = neodarznet + path = /tmp/data/neodarznet } indexer { -- cgit v1.2.1