This question is in a way related to this other question: Sphinx Filters - Can I have an 'OR' between filters attributes?
I use TS for full text search in my rails app. I am trying to save the search term to present \"most searched\" type list in my app. Here is my search controller index action. I notice that with the \
When running script commands like script/console I get the error message: no such f开发者_StackOverflow社区ile to load -- thinking-sphinx
I have many sphinx_scopes in my application\'s models, but one of them doesn\'t work, I think it\'s because the odd way Sphinx store the
Is it poss开发者_JS百科ible to give star () between the search text . Example => peoleThe enable_star option allows prefix matching (\'foo*\') and infix matching (\'*foo*\'). It does not, however allo
I am using the thinking-s开发者_如何学JAVAphinx plugin for a ruby on rails app. In testing and development, I have reindexed many, many times, sometimes against different databases, with the result th
I have an application in which I need to implement the faceted search functionality on one of the fields of the associated models and it does not seem to be working. Here is a brief context:
I am running rails 2.2.3 with mysql as database scheme &thinking sphinx installed as plugin. I am having two problems :
Thinking sphinx documentation says that it automatically sorts the results based on relevance. What is its relevance metric ? How can we define our own relevance metric for the system ?
In my web app I need to perform 3 types of searching on items table with the following conditions: items.is_public = 1 (use title field for indexing) - a lot of results can be retrieved(cardinality