I have a model restaurant and offers( has_many:offers) , The sphinx index it self is on the restaurant level .I want to have a delt开发者_JAVA技巧a index which is based on new offers for restaurants o
What is the proper way of defining indexes on associated models with following configuration? I have model Locality with lat and lng attributes and associated models Profile and User
Model: class TechRequest < ActiveRecord::Base ... define_index do ... indexes:hot_request indexes :status_id, :as => :current_status_id
I\'m attempting to get Thinking Sphinx working w/ Delayed Jobs but I am not having any success. I keep getting the following error:
I don\'t get it, and I\'m wondering if anyone else has had a similar problem with thinking sphinx. rails@myapp:~/apps/myapp/current$ rake ts:conf --trace RAILS_ENV=\"production\"(in /home/rails/apps/
Ok so i have 4 models that I am searching on in one search like this #category model define_index do indexes :name, :description, :tag
I want to define a facet on a date rang开发者_StackOverflow社区e.Is this possible? For example I have many requests and I want to have a facet displaying
indexing index \'users_core\'... ERROR: index \'users_core\': sql_range_query: Column \'searchable\' in where clause开发者_如何学运维 is ambiguous (DSN=mysql://root:*@localhost:3306/myname).
I have a rails application that is using thinking_sphinx for the searching. My problem is that the result returned开发者_如何学Go is sorted with capitals first and lower case after it at the bottom. I
indexing index \'users_core\'... ERROR: index \'users_core\': sql_range_query: Incorrect key file for tab开发者_如何学Pythonle\'/tmp/#sql_ff2_0.MYI\'; try to repair it (DSN=mysql://root:*@localhost:33