thinking-sphinx
How do I configure PostgreSQL or MySQL to set up a database with Sphinx?
I really need help installing Sphinx and getting it going. I\'m on rails 3 and I\'m following these set of directions: http://freelancing-god.github.com/ts/en/quickstart.html to install Sphinx.[详细]
2023-04-04 02:33 分类:问答Why is the rake task being aborted when I try to migrate the Thinking Sphinx index?
I\'ve manually created a database in MySQL: mysql> create database sample_app_development; Query OK, 1 row affected (0.01 sec)[详细]
2023-04-03 20:34 分类:问答Adding Search feature in Rails 3 application
I have developed a database backed 开发者_JAVA百科application in Rails 3 www.pajamadeals.in . Now, I intend to include search feature in it. Where people can search books, instruments, etc. How do I i[详细]
2023-04-02 11:01 分类:问答Thinking Sphinx filtering on string field in a has_many association
I need to use Thinking Sphinx to filter on a string field from another table connected by a has_many association.[详细]
2023-04-02 09:01 分类:问答Solr Vs. Sphinx in a Ruby project
I have a project that is being written on top of the Grape API framework in ruby. (https://github.com/intridea/grape)[详细]
2023-04-02 03:46 分类:问答Get fields and attributes defined by thinking_sphinx
How can i get list of defined thinking_sphinx attributes and fields on a model? In particular i want to check whether input att开发者_JAVA技巧ribute is defined for sphinx[详细]
2023-04-02 02:34 分类:问答Thinking Sphinx min_inflex_len and delta not working on production server
We have an issue with TS min_inflex_len and delta indexes on our production servers I have everything working in development mode on OSX but when we deploy via capistrano to our Ubuntu server running[详细]
2023-04-02 00:02 分类:问答thinking sphinx options
I\'m confused, when should we use indexes and has method in 开发者_StackOverflow社区sphinx. I have a very vague and abstract idea about it.I was told for date range we use has method. But nowhere I co[详细]
2023-04-01 19:15 分类:问答Thinking Sphinx: Querying only specific fields in a models index
Lots of Thinking Sphinx questions from me lately. Here\'s another one: In some of my searches I\'d like to only query some of all the fields included in my index definition. I can\'t seem to find any[详细]
2023-04-01 10:57 分类:问答Ruby/Rails class loading weirdness (possibly Thinking Sphinx related)
I\'ve added two new models to my app (Rails 3.1 on 1.9.2-p180): class MessageTemplateGroup < ActiveRecord::Base[详细]
2023-04-01 08:06 分类:问答