I have this problem for a long time, and can\'t find a solution. I guess this might be something everybodys faced using 开发者_JAVA技巧Sphinx, but I cnanot get any
Recently i have implemented django-sphinx search on my website. It is working fine of each separate model.
I have a MySQL database that I replicate from another server. The database contains a table with this columns
Every-time I create or update a model in my Rails app, the following output occurs from Sphinx: Sphinx 0.9.8.1-release (r1533)
how can i index acronyms like \'m.i.a.\'? when i search for \'mia\', i get results for \'mia\' and not \'m.i.a.\'. when i search for \'m.i.a.\', i get nothin开发者_开发问答g at all.
I\'ve been reading up on the Sphinx search engine and the Thinking Sphinx gem. In the TS docs it says...
The examples I\'ve seen for sphinx search don\'t really use joins. If I had a schema like this (one book has multiple reviews),
Environment: Memcached, Rails 2.2.2 + cache_money, Sphinx + thinking sphinx The following yields stale results:
I just setup django-sphinx, and it is working beautifully. I am now able to search my model and get amazing results. The one problem is that I have to build the index by hand using the indexer command