Hey. I use Rails 3.0.1 with thinking-sphinx. How can I get a list of IDs from a sphinx request? If I do
When I run a reindexing task(rake ts:reindex), it automatically sets delta value to false.But I definitely want delta indexing working after reindexing. So I want to set 开发者_高级运维the delta value
I\'m using delta indexing for my Thinking Sphinx indexes in my Rails project. In my machine (Mac OS X) it\'s working fine. I change a record and it immediately finds it. On the servers (Debian) it doe
I did a rake thinking_sphinx:rebuild, then when I try to update any page/entry, it does save but it returns error. New data is saved, but the page returns error. What have I done wrong?
I try to serialize an instance of my ActiveRec开发者_如何学JAVAord model to JSON (using \"render :json => @entities\" or \"@entities.to_json\"), but I always get an CircularReferenceError (\"ActiveSup
I was wondering how I could combine the result sets of Thinking Sphinx I have the following query: Model.search :with => {:attribute_1 => id}
Has anyone ever tried paginating a thinking sphinx result set thru ajax? I have this is in my controller action:
What I want to do: In a model.rb, in 开发者_Go百科after_commit, I want to run rake task ts:reindex
My environment: Mac OSX 10.6 Snow Leopard Ruby 1.9.2p0 Rails 3.0.0 thinking-sphinx (2.0.0.rc1) Sphinx 0.9.9-release (r2117)
I have delta indexing setup for thinking sphinx on one of my models. When ever a record gets updated, the delta is being set to True, but I don\'t see the index getting updated with the changes made 开