I\'m developing a website on Ruby on Rails with the search engine Sphinx (I\'m using Thinking Sphinx). I have a model in which I want to make the searches and I\'m using another models (I made the rel
I am trying a query to search a table in w开发者_JAVA百科hich names start with a letter g. \"hospital @name ^g\"
In the past, I have used thinking_sphinx with Rails 2.3 and I found no problems with it. Is it worth considering a new search option?
What should I do to speed up Sphinx indexing (using MySQL)? Should I use other database, noSQL database?
I have this scenario where I thought it would be pretty basic, but found out that I can\'t really achieve what I need. This is why I have this question for a thinking_sphinx\'s expert.
In order to assign tags, users of my software search their existing tags (which is populated in an autocomplete). I want to index this search in Sphinx so the tag search is ultra responsive. I have se
This is quite strange. I have 3 models (A, B, C). Were working perfectly when crontab runs it. Recently, I was having problem with indexing new entries for model A.
I am a rookie in Thinking Sphinx for Rails. When Sphinx found a record, it will give all the fields in the table. How can i select only the needed fields?
class User < ActiveRecord::Base has_many :followings, :as => :followable, :dependent => :destroy, :class_name => \'Follow\'
For several hours now I am unsuccessfully trying to get sphinx scopes work. I want to scope tags of ActsAsTaggableOn. In my model (that is taggable) I tried the following scopes: