thinking-sphinx
How to index boolean column in thinking sphinx using Ruby 1.8.7
I am new to ROR. i am using thinking sphinx. I need to index with one boolean field. that is, i list out records which are active is true.[详细]
2023-03-15 04:24 分类:问答Rails + Thinking Sphinx : search condition over array
I\'m looking for a way to do the following. Actually, I\'m searching some articles and when launching the search I\'m giving as a parameter an array, i.e. `params[:categories] = [\"1\",\"4\",\"5\",\"[详细]
2023-03-15 03:15 分类:问答sphinx config || config/sphinx.yml
my sphinx configuration is: ================================ config/sphinx.yml development: bin_path: \"/usr/local/bin\"[详细]
2023-03-14 06:14 分类:问答Thinking sphinx rails not running
Everytime I try to run Sphinx 2.0.1 with Rails 3 on Mac OSX Snow Leopard, I get the following error: Failed to start searchd daemon. Check /Users/.../log/searchd.log.[详细]
2023-03-14 02:43 分类:问答How can I find related tagged records using SQL, or Sphinx
I have an application which has many stories Each story has and belongs to many tags (using acts-as-taggable-on)[详细]
2023-03-13 10:26 分类:问答Rails Thinking sphinx add rating value to relevance
I am using Thinking Sphinx for a Rails application. Everything works perfectly. I just want my search results to take the ratings of my items into account (items with higher relevance appear first).[详细]
2023-03-11 07:54 分类:问答"Sphinx cannot be found on your system." when running "rake ts:index"
I\'m setting up a new machine (OS X 10.6.7) to run a Rails app which uses ThinkingSphinx. I have followed the installation instructions, but I\'m still getting the following:[详细]
2023-03-09 06:48 分类:问答Thinking Sphinx rebuilding index - high CPU load
I have a CRON job rebuilding Sphinx index every 5 minutes: */5 * * * * cd /var/www/my_app && /usr/local/bin/ruby /usr/local/bin/rake RAILS_ENV=production 开发者_开发知识库ts:rebuild>>[详细]
2023-03-09 02:03 分类:问答Thinking Sphinx - Showing the right record from the association
I have successfully got Thinking Sphinx working with Geolocation on an associated model. Happy days! But I now need it to show the right associated record on a Google map.[详细]
2023-03-08 22:31 分类:问答Problem with Thinking Sphinx and Functional Tests
this is my test (with shoulda helpers): context \"searching from header\" do setup do Factory(:city, :name => \'Testing It\')[详细]
2023-03-08 11:56 分类:问答