Skip to main content
Topic: Sphinx charset_type and max_matches warning (Read 2587 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Sphinx charset_type and max_matches warning

Sphinx throws this warning:

Code: [Select]
WARNING: key 'charset_type' was permanently removed from Sphinx configuration. Refer to documentation for details.
WARNING: key 'max_matches' was permanently removed from Sphinx configuration. Refer to documentation for details.

Is it okay to delete those key on sphinx.conf?

Serverpilot
Ubuntu 16.04 x64
PHP 5.6
Sphinx 2.2.9

Re: Sphinx charset_type and max_matches warning

Reply #1

Yes you can safely remove them both. 

In 1.1 I updated that starter config generator to not output those options when the sphinx version was > 2.2.2

Re: Sphinx charset_type and max_matches warning

Reply #2

@Spuds do you plan on backporting it to 1.0.x or we can consider it fixed?
Bugs creator.
Features destroyer.
Template killer.

Re: Sphinx charset_type and max_matches warning

Reply #3

Since its "just" a config file that you can use with Sphinx, I had not planned on makes the changes in 1.0.  That said we can open an enhancement issue for 1.0.11 and decide in the coming months if it should be pulled back.