thinking-sphinx
Thinking sphinx sql_range_query error indexing
I have attributes for sphinx as follows. meeting_feedback_count = <<-SQL SELECTmeetings.* FROMmeetings[详细]
2023-04-01 02:36 分类:问答Performance difference between sunspot and thinking sphinx
I read an article comparing the performance of sunspot and thinking sphinx ( http://开发者_StackOverflowwww.vijedi.net/2010/ruby-full-text-search-performance-thinking-sphinx-vs-sunspot-solr/[详细]
2023-03-31 15:56 分类:问答Indexing fields + custom text in with Thinking Sphinx
I\'ve got indexes on a few different models, and sometimes the user might search for a value which exists in multiple models. Now, if the user is really only interested in data from one of the models[详细]
2023-03-31 01:50 分类:问答Thinking Sphinx and Norwegian characters (æ, ø, å)
I\'ve set up Thinking Sphinx for wildcard searches, but I\'m having trouble searching for words containing Norwegian characters, as the automatic starring seems to mess up the query. For instance, my[详细]
2023-03-30 22:11 分类:问答Field Specific Searching in ThinkingSphinx not working
I am trying to do field specific searching in Rails using Thinking Sphinx. I have three tables named a,b,c with Models A,B,C.[详细]
2023-03-29 10:13 分类:问答Relation won't index
I\'m having some problem indexi开发者_Python百科ng one of my models. Here is my model: class Model < ActiveRecord::Base[详细]
2023-03-28 14:13 分类:问答Has anyone gotten sphinx to work with Lion?
Just curious if anyone out there has gotten Sphinx to work with Lion? If yes, how did you install it?[详细]
2023-03-28 07:25 分类:问答Thinking Sphinx and searching multiple models
I\'m looking for a way to perform a search against multiple models (see this post), and got a couple of answers saying that Thinking Sphinx would be a good match for this kind of开发者_如何学C thing.[详细]
2023-03-27 10:29 分类:问答Which full text search engine is better (Thinking Sphinx or Sunspot)? [closed]
As it cur开发者_运维知识库rently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-03-27 04:40 分类:问答Sorting fetched collection from ActiveRecord or ThinkingSphinx
I have two questions. Is there a way to sort collection from ActiveRecord or Thinking Sphinx without re-select everything from database/sphinx?[详细]
2023-03-27 02:01 分类:问答