minor fixes

This commit is contained in:
SJ
2011-12-05 17:18:03 +01:00
parent fa52000e8d
commit 67b6b44839
6 changed files with 50 additions and 24 deletions

View File

@ -41,6 +41,19 @@ source delta
}
source tag
{
type = mysql
sql_host = localhost
sql_db = sphinx
sql_user = sphinx
sql_pass = sphinx
sql_query_pre = SET NAMES utf8
sql_query = SELECT id, `tag` FROM `tag`
}
index main1
{
@ -60,6 +73,14 @@ index delta1
}
index tag1
{
source = tag
path = /var/data/tag1
docinfo = extern
charset_type = utf-8
}
indexer
{