search for: ferret_search

Displaying 7 results from an estimated 7 matches for "ferret_search".

Did you mean: ferret_searcher
2007 Jul 29
7
RDig and AAF playing together
I have a site with two indexes. Index A is created offline by RDig and queried from the web via RDig (specifically, RDig.searcher.search). Index B is managed by AAF with :remote => true. Simple enough. However, I need to query both indexes from RDig. Usually this is ok, as I modified RDig to accept an array of search_paths with an element for index A and index B. However, when Index
2007 Jan 27
0
concurrency errors adding to a keyed index
...r_open'' /usr/lib/ruby/gems/1.8/gems/ferret-0.10.14/lib/ferret/index.rb:385:in `[]'' /usr/lib/ruby/1.8/monitor.rb:229:in `synchronize'' /usr/lib/ruby/gems/1.8/gems/ferret-0.10.14/lib/ferret/index.rb:384:in `[]'' #{RAILS_ROOT}/app/models/news_article_version.rb:35:in `ferret_search'' #{RAILS_ROOT}/app/models/news_article_version.rb:35:in `ferret_search'' #{RAILS_ROOT}/app/controllers/news_articles_controller.rb:56:in `search'' It seems to occur roughly once per batch, and usually towards the end of the batch. I''m not using aaf. I create my...
2007 Mar 06
2
ferret 0.11.3 - File Not Found
...om /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index.rb:334:in `search'' from /usr/lib/ruby/1.8/monitor.rb:229:in `synchronize'' from /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index.rb:333:in `search'' from ferret_killer1.rb:39:in `ferret_search'' from ferret_killer1.rb:59 when the indexing process is running and I start the searching process, I immediately get one of the following: /usr/lib/ruby/gems/1.8/gems/ferret-0.11.3/lib/ferret/index.rb:285:in `<<'': Interrupt from /usr/lib/ruby/gems/1.8/gems/...
2007 Mar 31
8
Problem with setting up remote indexing
...39; C:/ruby/lib/ruby/1.8/drb/drb.rb:1084:in `method_missing'' C:/work/myapp/vendor/plugins/acts_as_ferret/lib/remote_index.rb:25:in `id_multi_search'' C:/work/myapp/vendor/plugins/acts_as_ferret/lib/class_methods.rb:117:in `id_multi_search'' C:/work/myapp/lib/ferret_search.rb:73:in `quick_search'' ... Any clue guys? Thank you in advance for the help. -- Posted via http://www.ruby-forum.com/.
2007 Feb 25
9
Ferret 0.11.0-rc1
Hey folks, Sorry for cross posting like this but this is an important announcement for all Ferret users. ** Description ** Firstly for those who don''t know, Ferret is a full-text search library which makes adding search to your application a breeze. It''s much faster than MySQL full-text search as well most other search libraries out there. It allows you to do Boolean (+ruby +
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all This week I have worked with Rails and Ferret to test Ferrets (and Lucenes) capabilities. I decided to make a mixin for ActiveRecord as it seemed the simplest possible solution and I ended up making this into a plugin. For more info on Ferret see: http://ferret.davebalmain.com/trac/ The plugin is functional but could easily be refined. Anyway I want to share it with you. Regard it as a