I have an issue when connecting php and only php to the sphinx daemon. I have tested the sample sphinx php example test.php and narrowed it down to being a connection problem.
In my sphinx config file, I have the following: ignore_chars: \"U+0027\" charset_table: \"0..9, a..z, _, A..Z->a..z, U+00C0->a, U+00C1->a,
I installed Sphinx and Thinking-Sphinx some days ago on my ruby on rails 2.3.2, and basic searching works great. This means, without any conditions. Now, I want to filter the search with some conditio
I\'ve recently installed thinking-sphinx on my ruby on rails app. As first sight, everything works great, I can search words and it will find them. Now, when I try to add some filters(such as, for exa
I installed Sphinx and Thinking Sphinx for ruby on rails 2.3.2. When I search without conditions search works ok. Now, what I\'d like to do is filter by tags, so, as I\'m using the acts_as_taggable_o
I\'m looking to install Sphinx and thinking_sphinx on my basic shared hosting plan at webfaction so I can properly deploy my rails app. I\'m positive webfaction supports this un开发者_如何学运维der my
Yesterday I was trying to install Sphinx for full-text search on Windows 7. So, I followed their website\'s installation steps.
I am still searching for a search engine to be used on my webhosting-providers server (one.com) and still haven\'t found any.
I\'m using sphinx and thinking sphinx to search a customer database. The customer metadata (emails, tels etc) are spread across multiple tables and sphinx indexes all notes on customers etc etc. The p
Can anybody help me understand the expected format of data for creating MVA (multi-value) attributes in Sphinx?