2 # Minimal Sphinx configuration sample for laconica
13 sql_query = SELECT id, UNIX_TIMESTAMP(created) as created_ts, nickname, fullname, location, bio, homepage FROM profile
14 sql_query_info = SELECT * FROM profile where id = $id
15 sql_attr_timestamp = created_ts
27 sql_query = SELECT id, UNIX_TIMESTAMP(created) as created_ts, content FROM notice
28 sql_query_info = SELECT * FROM notice where id = $id
29 sql_attr_timestamp = created_ts
32 index identica_notices
35 path = DIRECTORY/data/identica_notices
39 stopwords = DIRECTORY/data/stopwords-en.txt
46 path = DIRECTORY/data/identica_people
50 stopwords = DIRECTORY/data/stopwords-en.txt
61 log = DIRECTORY/log/searchd.log
62 query_log = DIRECTORY/log/query.log
65 pid_file = DIRECTORY/log/searchd.pid