diff options
| -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 | ||
