Thinking Sphinx is a Ruby library that connects ActiveRecord models to the Sphinx search service.
0
votes
2answers
13 views
ThinkinSphinx - not found - Sphinx cannot be found on your system
i tried to install sphinx with rails 3.0.1 on my new server.
I always get this:
Sphinx cannot be found on your system. You may need to configure the
following settings in your config/sphinx.yml ...
0
votes
1answer
15 views
adapter is postgresql, rails server Can't connect to MySQL server
Although database.yml is configured as follows,
development:
adapter: postgresql
database: saim_development
username: jerdvo
launching Thin web server (v1.5.0 codename Knife), apparently runs ...
0
votes
1answer
15 views
Thinking sphinx 3 and sphinx 2.1.1-beta not start
I install Thinking sphinx 3 on Rails 3 app and new sphinx 2.1.1-beta, before this i have
Thinking sphinx 2 and sphinx 2.1.1-beta, and they work fine with add port: 3312 in sphinx.yml
But now when i ...
0
votes
1answer
41 views
undefined method `define_index' with thinking-sphinx
Getting this error when I run rake ts:index, or rake ts:configure. I can't remember everything I have tried - most of the solutions I found had to do with older versions of gems, etc. Obviously, it is ...
0
votes
2answers
51 views
Thinking Sphinx not generating results
Generating error:
undefined method `inject' for nil:NilClass
Notwithstanding the discussion at:
https://github.com/pat/thinking-sphinx/issues/408#issuecomment-12593562
it appears that I do have ...
0
votes
1answer
14 views
thinking-sphinx3 duplicate feedback
At some point during installation of thinking-sphinx 3 all rake commands relating to thinking-sphinx tasks return two lines of feedback. Example
MacBook-Pro-di-jerdvo:saim jerdvo$ rake ts:configure
...
0
votes
1answer
28 views
Hanging on rake db:migrate ts:conf
I have Jenkins running a deploy script on all of our app machines. Lately, half my builds don't finish and keep hanging while trying to run the same thing. The last of the output looks like this:
** ...
0
votes
1answer
29 views
Using crc32 tweak on has_many relations in Thinking Sphinx
It's weird actually. I have two models that have has_many relation each other, here are my models
#model city
class City < ActiveRecord::Base
belong_to :state
end
#model state
class State < ...
0
votes
1answer
32 views
Thinking sphinx with rails - order by association column
Is there an ability to order search results by association column in thinking sphinx?
I have index defined as follows:
ThinkingSphinx::Index.define :demand, :with => :active_record, :delta => ...
1
vote
1answer
38 views
Better Thinking Sphinx Results
I have recently started playing around with the thinking sphinx gem and have been having great success with running searches, however I have noticed that for some reason, certain searches aren't ...
1
vote
1answer
61 views
Thinking Sphinx search returns (Object doesn't support #inspect)
I have sphinx and thinking sphinx (3.0.2) installed on mountain lion for my rails 3 app and everything seems to be running fine during the installation. My eventual plan is to work with the geodist ...
1
vote
1answer
42 views
undefined method for nil:NilClass when render Thinking Sphinx Collection with Association
Actually, this is a dumb question, but i'm very confused.
I have a web application with thinking sphinx running on that, these are my models
models/college
class College < ActiveRecord::Base
...
0
votes
1answer
10 views
Virtual accessor for Thinking Sphinx
Can I set a virtual accessor in model and set this accessor as field or attribute in Thinking Sphinx? I'm trying like this but getting error "undefined method `type' for nil:NilClass
"
index model:
...
0
votes
1answer
14 views
Getting min and max values from Thinking Sphinx search
How can I get min and max values from Thinking Sphinx search by column Price?
indexes :price
indexes :name, :sortable => true
0
votes
1answer
32 views
ThinkingSphinx3: How to prevent searchd threads from freezing?
I am using Rails 3.2.12, RSpec-rails 2.13.0 and ThinkingSphinx 3.0.10
The problem:
When I run bundle exec rpsec spec/controllers/ads_controller_spec.rb, thinking sphinx spawns 3 searchd processes ...
0
votes
1answer
31 views
Conditions for some indexes of the Thinking Sphinx
How use conditions for some Thinking Sphinx indexes? For some reasons I needed a condition like this:
...
has values(:id), **where(this_value.type_id => 1)**
has values(:id), ...
1
vote
1answer
24 views
rails I18n thinking-sphinx how can define index
I have two problems.I am using rails 3.2 and thinking-sphinx and also my application is translateable.I am using I18n for this purpose.So you know i have a table users.They have occupations and the ...
0
votes
1answer
15 views
Searching with sphinx using thinking sphinx
I have strange error in my rails app using thinking sphinx. When i enter symbols like @ or - or $ i have error syntax error, unexpected TOK_FIELDLIMIT. I tried to escape those symbols, but that didn't ...
0
votes
0answers
14 views
“flying-sphinx start” results in Faraday::Error::ParsingError (for internal server error response)
I am getting below error while reindex or restart the flying sphinix on heroku
Running `flying-sphinx start` attached to terminal... up, ...
0
votes
1answer
24 views
ThinkingSphinx3: Just upgraded from TS2 & getting odd sort_by error message
I have the following attribute in my Ad model:
has sort_by_date, :as => :timestamp, :sortable => true
In the ads table there is a sort_by_date field, which is a datetime field.
However when ...
0
votes
0answers
37 views
How to get sphinx to install with mysql support using hombrew
I am attempting to get sphinx installed on my Mac OS X (10.8.3) laptop so that I can do some full text searching on a rails app using thinking sphinx.
The commands I have used for installing sphinx ...
1
vote
1answer
41 views
Thinking Sphinx name of facets
I have define facets for product model like this:
product_index.erb
ThinkingSphinx::Index.define :product, :with => :active_record do
indexes publish
indexes name, :sortable => true
...
0
votes
1answer
24 views
RE: Flying Sphinx and Sidekiq
I'm afraid I've reached a point of total helplessness re: Flying Sphinx and Sidekiq. It appears that Sidekiq and FS are not able to communicate in production.
I am in TS3 and using Sidekiq to run ...
0
votes
0answers
22 views
fail to start thinking sphinx error message says need to run rake ts:index
Command:
rake ts:start
then appears the error messages
Initializing connection to redis...
Done (port = 6394)!
Failed to start searchd daemon. Check /home/llz/LaywerSearch/log/searchd.log.
Failed ...
0
votes
0answers
88 views
Lost connection to MySQL server at 'reading initial communication packet' - Thinking sphinx with remote sphinx server
I tried to use thinking sphinx (3.0.2) with remote sphinx server. whenever search query is called like Model.search, I am getting the error:
Mysql2::Error: Lost connection to MySQL server at ...
0
votes
2answers
70 views
sphinx search installed under root, how can i change owner?
i followed this tutorial:
http://www.andrehonsberg.com/article/install-sphinxsearch-205-in-ubuntu-1204-server
and installed sphinx on ubuntu 12 on ec2, the problem is that my rails app is ...
-2
votes
1answer
65 views
thinking sphinx postgres ruby on rails rake ts:start [closed]
I want to run thinking sphinx on my application. When I run rake ts:start appears this error
sphinx 2.0.7
thinking sphinx 2.0.10
rails 3.2.11
ruby 1.9.2p290
psql (9.1.9)
/rails_projects/my_app$ rake ...
0
votes
1answer
16 views
Thinking Sphinx : index translation attributes
I have a Good model with Globalize3 name tranlation, so:
good.name(:en) return en good name.
good.name(:ru) return rus good name.
I need to sort Good in alphabetical order, depence of current ...
1
vote
1answer
28 views
sphinx search indexer does not index all the content in a field
Something odd seems to be happening with a sql_query in the configuration for a MySQL database. The relevant part of the sql_query in the sphinx.conf is as follows:
sql_query = ... ...
0
votes
1answer
46 views
Get max and min value of a column with thinking sphinx
I'm working with Rails and thinking sphinx. I have a model Product indexed as following (only showing relevant information)
define_index do
indexes :name, :as => :name, :sortable => true
...
1
vote
1answer
24 views
Flying-sphinx and Heroku scheduler
Because I'm a newbie at FS, Heroku and Rails I am having trouble implementing the scheduler rake task.
I build a scheduler.rake in my lib/tasks folder and set up the following:
desc "This task is ...
2
votes
1answer
53 views
Speed up Sphinx?
I have a big site, with nearly 600.000 indexed articles, some query takes like 200ms to execute.
Is there anything I can do to speed things up? Any experience to share?
My app is Rails 3.0, with ...
0
votes
1answer
36 views
Thinking Sphinx :sort_mode => :time_segments or :sort_mode => :expr with @weight*created_at?
I'm studding sphinx and thinking-sphinx and I need your opinion and help, what I want to do is the following:
I have a list of news (noticias) and I want to order the results by date and relevance ...
0
votes
1answer
40 views
Ruby on Rails thinking-sphinx has many through indexing
Cheers! I have tour model with these associations:
has_many :tour_in_the_countries
has_many :country, :through => :tour_in_the_countries
And in tour_index.rb
ThinkingSphinx::Index.define ...
0
votes
1answer
34 views
How to iterate over grouped results in ThinkingSphinx?
I'm having trouble figuring out how to loop over the results of a ThinkingSphinx search that has been set to group_by. I currently have the following:
search = Event.search(
{
group_by: ...
0
votes
1answer
54 views
Thinking Sphinx search for different conditions from the same join table?
This question is similar to
How do you search for different conditions from the same join table?, but I didn't get solution from this.z
My code
has_one :insurance_type_link, as: :enumerable, ...
0
votes
1answer
68 views
Sphinx in Rails - ERROR: index 'user_core': sql_connect: FATAL: role “root” does not exist
When I run rake ts:index, I get the following error:
Generating Configuration to /Users/main/rails_projects/glassboard/config/development.sphinx.conf
Sphinx 2.0.4-release (r3135)
Copyright (c) ...
0
votes
1answer
75 views
Thinking Sphinx mistakenly looks for mysql instead of postgresql
My database.yml file and my Gemfile specify the use of postgresql. However, when I run
rake ts:index
I get the error
rake aborted!
cannot load such file -- mysql2
Why is Thinking Sphinx ...
0
votes
1answer
45 views
flying sphinx noMethodError => Undefined method 'generate'
I am pushing my site to heroku and am encountering a problem with flying-sphinx.
I implemented a working Thinking-Sphinx search functionality in development. It works just fine. i acquired ...
0
votes
1answer
43 views
Thinking Sphinx Scope Returning mix of Results and “blanks”
Controller:
@sites = Site.inspections_enabled_controllers_search.search("test")
@sites.each do |s|
if s == nil
puts "WHAT THE ...?"
end
ap s #print out the site
end
Model:
...
0
votes
1answer
57 views
thinking sphinx yml file not being read
Thinking Sphinx works on my Rails app (Rails 3.2.1, TS 3.0.1) but when I set up a sphinx.yml file in the config folder, it doesn't seem to read the morphology instructions.
The file is called ...
0
votes
1answer
34 views
sphinx search library new records are not showing
I am using sphinx search library for indexing in my project.But i am unable to get all records.Here you can see the results I get
.I am having total 57 records but it is showing 24 records only. I ...
0
votes
1answer
53 views
Thinking Sphinx not converting attribute from :decimal to :float in PostGresql
Having a bit of trouble with Thinking_Sphinx. To whit:
I have a Restaurant model and a Review Model with the following relationship:
Restaurant Has_many Reviews through relationships
Review ...
0
votes
1answer
49 views
thinking sphinx search model object
this is a real noob question but I'm having trouble finding a clear response in the doc:
Is it possible to use Thinking Sphinx to search through a model object's associations.
EXAMPLE:
...
0
votes
1answer
92 views
Alternative syntax for ElasticSearch vs ThinkingSphinx
Please have a look on below code, Its the normal indexing statement for thinking sphinx
indexes owned_tags.name, :as => :owned_tag_names
has owned_tags.id, :as => :owned_tag_ids, :facet => ...
0
votes
0answers
50 views
Combine two has_many relations in one model
I am using some inherited model structure where each model has been used as child in some other. Also I am using acts_as_taggable_on for each model.
Now I want to have a relation which will hold all ...
0
votes
1answer
86 views
Thinking sphinx indexing error with rails 3.2
I am having trouble installing thinking sphinx in my ubuntu 12.04.
Whenever I run rake ts:index, I get the following.
Generating configuration to /home/tom/digmenu/config/development.sphinx.conf
...
0
votes
1answer
73 views
Error “unknown local index 'post_core' in search request”
I wanna put Thinking Sphinx in my project Ruby On Rails,
I am using ROR version 3.2.1 and Thinking sphinx 3
i getting error unknown local index 'post_core' in search request
browser said that my ...
0
votes
0answers
67 views
thinking sphinx set up for ubuntu 12 with rails 3.2
I am trying to use thinking sphinx for my rails 3.2 project but having trouble creating index.
In my model, I have
define_index do
indexes :name, as : :recipe_name
end
I installed the thinking ...
3
votes
2answers
296 views
Thinking Sphinx — no indexes found in config file
Trying to use Thinking Sphinx for search. Followed this Railscast by homebrew installing TS and MySQL (though I'm using pg in my app, it's apparently required), adding these lines to my gemfile:
gem ...

