thinking-sphinx Questions

2

Solved

I am facing the following issue on Mac when I run rake ts:index for Thinking Sphinx indexing: dyld: Library not loaded: /usr/local/opt/unixodbc/lib/libodbc.2.dylib I am using mysql version 8.0.13...
Pulverize asked 22/1, 2019 at 6:57

5

Solved

What I want to do: In a model.rb, in after_commit, I want to run rake task ts:reindex ts:reindex is normally run with a rake ts:index
Westphalia asked 9/9, 2010 at 9:1

1

Solved

I'm using gem 'thinking-sphinx', '~> 3.1.1' in my Rails app. I follow all step from Git hub for install thinking-sphinx, but when I search record it give me error Error connecting to Sphinx v...
Hayseed asked 17/11, 2015 at 13:21

3

Solved

I try to start thinking sphinx on my server but it doesn't want to work. I do: $ rake thinking_sphinx:index && rake thinking_sphinx:start And i get: Generating Configuration to /vol/ww...
Obloquy asked 2/2, 2012 at 11:36

1

Solved

I've got rails 3 app with models: class Event < ActiveRecord::Base has_many :event_categories has_many :categories, through: :event_categories end class EventCategory < ActiveRecord::Base...
Tenaille asked 22/3, 2012 at 11:53

2

I have app, which run's on ubuntu 12.04, with nginx+passenger And in my method i try to rebuild sphinx index so: def update_sphinx_index Rails.application.load_tasks Rake::Task['ts:rebuild'].in...
Raeleneraf asked 14/11, 2013 at 12:42

2

I have Rails 3 application running on Heroku. I am using Thinking Sphinx search engine into my application. For making it work with Heroku, I have added a flying-sphinx gem to my gemfile as suggest...
Talkathon asked 31/8, 2012 at 7:29

5

Solved

I'm finding that Thinking Sphinx sometimes errors out when I try to run its Rake tasks. Sometimes the tasks work fine, and sometimes I get errors like the one below. I'm running the tasks as a nor...
Hamza asked 27/4, 2011 at 20:2

3

Solved

I am implementing sphinx search in my rails application. I want to search with fuzzy on. It should search for spelling mistakes e.g if is enter search query charact*a*ristics, it should search for ...
Baumgardner asked 19/5, 2011 at 9:51

2

Solved

I am running a big migration and would like to disable delta indexing so it runs much faster. Is there a way to specify in the beginning of the task to turn delta indexing off?
Trilogy asked 30/4, 2011 at 13:10

2

Solved

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: g...
Archimage asked 6/3, 2013 at 2:42

3

Solved

I used to use the second version of the software and had no problems. In my last application, I decided to use the latest "thinking-sphinx". I have a strange mistake. > NoMethodError in Adverts...
Rattan asked 3/2, 2013 at 20:22

4

Solved

I'm using ts version 2.0.5, rails 3.0.9 and mysql2 0.2.11 When trying to create my indexes, using rake ts:index, I get the following error: ERROR: source 'technical_core_0': unknown type 'mysql'...
Jerilynjeritah asked 4/7, 2011 at 12:5

3

Solved

I have Sphinx and Thinking Sphinx 2.0.5 installed on my application and when I keep trying to run the command rake ts:index it gives me this error: rake aborted! undefined method `indexes' for #&l...
Rorrys asked 7/11, 2011 at 11:19

1

I'm using Thinking Sphinx 2.0.13 with Rails 3.2.9. Given I have and STI class that looks like this: class User < ActiveRecord::Base define_index do has :account_id has :is_deleted end sp...
Hairworm asked 13/11, 2012 at 10:17

1

Solved

Our project is using Ransack at the moment, we are thinking to introduce Thinking-Sphinx. However they both use search keyword. Is any way to use Thinking-Sphinx and Ransack in a same project? Tha...
Ruffianism asked 12/4, 2012 at 2:46

2

Solved

In my project having 23 million records and around 6 fields has been indexed of that table. Earlier I tested to add delta column for Thinking Sphinx search but it turns in holding the whole databa...
Jamijamie asked 2/5, 2012 at 10:39

3

Solved

I just installed Sphinx (distro: archlinux) downloading the source. Then I installed "Thinking Sphinx" plugin for Rails. I followed the official page setup and this Screencast from Ryan Bates, but...
Breadwinner asked 26/4, 2010 at 17:50

4

Solved

Can anyone explain in simple words how a full text server like Sphinx works? In plain SQL, one would use SQL queries like this to search for certain keywords in texts: select * from items where na...
Homeroom asked 24/4, 2012 at 9:34

5

Solved

I would like to know if Heroku supports Sphinx (and its gem Thinking Sphinx)
Electromotive asked 9/3, 2011 at 9:17

6

I am having millions of records in my mysql database. I implemented a normal REST api for the iPhone app in Rails 3, but the SAYT feature response is really slow. It takes a lot of time to search t...
Prajna asked 24/2, 2012 at 6:12

2

I have a class method in a model that calls thinking_sphinx's search() method. I need to check this class method. I want to start, index or stop sphinx in my rspec test cases. I am trying with th...
Lapoint asked 11/11, 2010 at 10:59

3

Solved

I am going to use thinking sphinx for my application and it requires a conversion to postgresql. I have downloaded both sphinx and postgresql using homebrew, but I am unsure how to convert the rest...

3

Solved

I installed Sphinx and Thinking Sphinx for ruby on rails 2.3.2. When I search without conditions search works ok. Now, what I'd like to do is filter by tags, so, as I'm using the acts_as_taggable_...
Extensor asked 17/1, 2010 at 19:59

2

Solved

When I invoke rake ts:rebuild RAILS_ENV=production, I get the following: (in /var/www/abc.com/public/abc/releases/20101008073517) ** Erubis 2.6.6 Stopped search daemon (pid 22531). Generating Con...
Moa asked 28/10, 2010 at 8:23

© 2022 - 2024 — McMap. All rights reserved.