diff options
| author | hukl <contact@smyck.org> | 2009-09-07 14:18:00 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-07 14:18:00 +0200 |
| commit | fa38f5cd5c4aded6946f01bd4e5025c3dab8dc74 (patch) | |
| tree | 74a900f1550f8b7a3b8051a63543f4f586899e57 | |
| parent | 8f2dc36616548650000308ebc8b1f9e2947c0ef9 (diff) | |
added searchd production settings
| -rw-r--r-- | config/sphinx.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config/sphinx.yml b/config/sphinx.yml index 3924be2..faac415 100644 --- a/config/sphinx.yml +++ b/config/sphinx.yml | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | development: | 1 | development: |
| 2 | enable_star: 1 | 2 | enable_star: 1 |
| 3 | min_infix_len: 1 \ No newline at end of file | 3 | min_infix_len: 1 |
| 4 | |||
| 5 | production: | ||
| 6 | enable_star: 1 | ||
| 7 | min_infix_len: 1 | ||
| 8 | config_file: "RAILS_ROOT/config/ENVIRONMENT.sphinx.conf" | ||
| 9 | searchd_log_file: "/var/log/searchd.log" | ||
| 10 | query_log_file: "/var/log/searchd.query.log" | ||
| 11 | pid_file: "/var/run/sphinxsearch/searchd.pid" \ No newline at end of file | ||
