Top "Thinking-sphinx" questions

Thinking Sphinx is a Ruby library that connects ActiveRecord models to the Sphinx search service.

Thinking sphinx doesn't start - "Failed to start searchd daemon"

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.3
How do I run rake tasks within my rails application

What 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-sphinx
Rails paginate existing array of ActiveRecord results

I 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-paginate
How does a full text search server like Sphinx work?

Can 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-sphinx
thinking sphinx unknown type 'mysql'; skipping

I'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