I really need help installing Sphinx and getting it going. I\'m on rails 3 and I\'m following these set of directions: http://freelancing-god.github.com/ts/en/quickstart.html to install Sphinx.
I\'ve manually created a database in MySQL: mysql> create database sample_app_development; Query OK, 1 row affected (0.01 sec)
I have developed a database backed 开发者_JAVA百科application in Rails 3 www.pajamadeals.in . Now, I intend to include search feature in it. Where people can search books, instruments, etc. How do I i
I need to use Thinking Sphinx to filter on a string field from another table connected by a has_many association.
I have a project that is being written on top of the Grape API framework in ruby. (https://github.com/intridea/grape)
How can i get list of defined thinking_sphinx attributes and fields on a model? In particular i want to check whether input att开发者_JAVA技巧ribute is defined for sphinx
We have an issue with TS min_inflex_len and delta indexes on our production servers I have everything working in development mode on OSX but when we deploy via capistrano to our Ubuntu server running
I\'m confused, when should we use indexes and has method in 开发者_StackOverflow社区sphinx. I have a very vague and abstract idea about it.I was told for date range we use has method. But nowhere I co
Lots of Thinking Sphinx questions from me lately. Here\'s another one: In some of my searches I\'d like to only query some of all the fields included in my index definition. I can\'t seem to find any
I\'ve added two new models to my app (Rails 3.1 on 1.9.2-p180): class MessageTemplateGroup < ActiveRecord::Base