I am implementing sphinx search in my rails application. I want to 开发者_运维技巧search with fuzzy on. It should search for spelling mistakes e.g if is enter search query charact*a*ristics, it should
I\'m trying to use Sphinx (2.0.1 beta) with Thinking Sphinx 2.0.4 (on Rails 3.0.3). I have one model so far that I\'d like to add to my index and the indexing has worked. I can also start searchd thro
I am searching for the model Projects. Projects belongs_to Companies, so all Projects in the list can have the same Company attached to it. An example of a result list:
I have the following line in my controller @articles = Article.search \'pancakes\', :with => {:author_id => params[:id]}
I\'m using Thinking Sphinx in a Rails 3.0 application and am trying to take advantage of the \"excerpts\" and \"matching_fields\" methods in rendering the search results. Say I have the following mode
I have a model, where define block looks like: define_index do indexes title, content, manager, note, start_date, end_date
I\'m finding that Thinking Sphinx sometimes errors out when I try to run its Rake tasks. Sometimes the tasks work fine, and sometimes I get errors like the one below.
I use thinking_sphinx for search, and i\'m trying to get the output table in which fields are grouped according to weight(from set_property :field_weights)
I\'ve a multihost environment with multiple web-server and o开发者_开发百科ne search server. It seems that delta indexing working only on the server, on which actually searchd works. Is there any way
I\'m not sure who is at fault here, but we have a column in our users table called last_logged_in_at that we use for sorting. This is in a Ra开发者_高级运维ils 2.3 project using Thinking Sphinx with d