Thinking Sphinx is a Ruby library that connects ActiveRecord models to the Sphinx search service.
I try to start thinking sphinx on my server but it doesn't want to work. I do: $ rake thinking_sphinx:…
ruby-on-rails-3.1 sphinx thinking-sphinx ruby-1.9.3What I want to do: In a model.rb, in after_commit, I want to run rake task ts:reindex …
ruby-on-rails ruby rake thinking-sphinxI generally use will_paginate for the pagination in my app, but have hit a stumbler on my search feature. …
ruby-on-rails activerecord pagination thinking-sphinx will-paginateCan anyone explain in simple words how a full text server like Sphinx works? In plain SQL, one would use …
sql full-text-search search-engine sphinx thinking-sphinxI'm using ts version 2.0.5, rails 3.0.9 and mysql2 0.2.11 When trying to create my indexes, using rake ts:index, I get the …
ruby ruby-on-rails-3 thinking-sphinx