aboutsummaryrefslogtreecommitdiff
path: root/sphinx_search.conf
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-17 22:20:46 +0100
committerneodarz <neodarz@neodarz.net>2019-01-17 22:20:46 +0100
commit82aefaaaf1c0fc64e584f7025259f84d2bcc347b (patch)
tree00a7094105d23cca35525bee0f1f80a8e5faff1d /sphinx_search.conf
parent5fe782772472914ce454198e5a6f3b40e2ecdb69 (diff)
downloadkhanindexer-82aefaaaf1c0fc64e584f7025259f84d2bcc347b.tar.xz
khanindexer-82aefaaaf1c0fc64e584f7025259f84d2bcc347b.zip
Add index selection
Diffstat (limited to 'sphinx_search.conf')
-rw-r--r--sphinx_search.conf8
1 files changed, 4 insertions, 4 deletions
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 {