… are shy in tuning their MySQL Full Text Search index configuration and setting proper ft_min_word_len value. Searching for Audi A6 will… (or shortcut) in MySQL Full Text Search configuration – relaying on minimum keyword length while their application has use cases when search for short keywords… frequently not the case with MySQL Full Text Search which both will skip to frequent keywords in natural language search and because it is…
Post: Sphinx search performance optimization: attribute-based filters
… Problem While Sphinx is great for full text search, you can certainly go beyond full text search, but before you go there, it is… Speaking in MySQL terms, Full text columns are always indexed and using the very powerful extended query syntax you can do search against… in queries without full text search keywords, having them full text indexed is a very good way to improve such Sphinx search query performance.

