Class ThinkingSphinx::Settings
In: lib/thinking_sphinx/settings.rb
Parent: Object

Methods

call   call   new  

Constants

ALWAYS_ABSOLUTE = %w[ socket ]
FILE_KEYS = %w[ indices_location configuration_file bin_path log query_log pid_file binlog_path snippets_file_prefix sphinxql_state path stopwords wordforms exceptions global_idf rlp_context rlp_root rlp_environment plugin_dir lemmatizer_base mysql_ssl_cert mysql_ssl_key mysql_ssl_ca ].freeze
DEFAULTS = { "configuration_file" => "config/ENVIRONMENT.sphinx.conf", "indices_location" => "db/sphinx/ENVIRONMENT", "pid_file" => "log/ENVIRONMENT.sphinx.pid", "log" => "log/ENVIRONMENT.searchd.log", "query_log" => "log/ENVIRONMENT.searchd.query.log", "binlog_path" => "tmp/binlog/ENVIRONMENT", "workers" => "threads", "mysql_encoding" => "utf8"

Attributes

configuration  [R] 

Public Class methods

Public Instance methods

[Validate]