In a MySQL database I have documents of different type: some have text content, meta keys, descriptions, others have code, SKU number, size and brand name and so on. The problem is, I have to search s
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
I\'m using Ultrasphinx for searching on a Rails App. Everything seems to be working, the only thing is that the search results are not matching the search query in any way. I really don\'t understand
What options exist for creating a scalable, full text search with results that need to be sorted on a per user bas开发者_开发问答is? This is for PHP/MySQL (Symfony/Doctrine as well, if relevant).
I want to sort by expression, then by some attribute ascending, then by another attribute ascending. Something like this: :order => \"(a < some constant) desc, b asc, c asc\". How to get it?
This question already has answers here: 开发者_运维百科 Closed 10 years ago. Possible Duplicate:
I have a \"restaurants\" table with a \"name\" column. I\'ve defined the following index: indexes \"REPLACE(UPPER(restaurants.name), \'THE \', \'\')\", :as => :restaurant_name, :sortable => tru
I have strange behavior of Sphinx searchd. I use开发者_StackOverflowd it with Python standard client on ubuntu 9.10
Does someone know if there is a way to get the raw relevance or similarity score between a q开发者_StackOverflow社区uery and a result when using sphinx in general or thinking-sphinx as a wrapper? Any
I have a table that has 100.000 rows, and soon it will be doubled. The size of the database is currently 5 gb and most of them goes to one particular column, which is a text column for PDF files. We e