The sample configuration provided in the plugin is using options that have recently been removed.
Specific feedback I've received so far:
Sphinx complained about the charset_type configuration option because we're slowly switching to UTF-only. Our current UTF-8 tokenizer is faster than the SBCS one.
Sphinx complained about the sql_query_info configuration option because it has been removed. It was only used by CLI search to fetch and display document information, for testing purposes. CLI search has been removed and so sql_query_info doesn’t have much to do anymore. CLI search was the only program that used it.
The sample configuration provided in the plugin is using options that have recently been removed.
Specific feedback I've received so far: