Just a heads up.. rebuilding the index did the trick.
http://www.ruby-forum.com/topic/89245
I'm curious though, how many items can Ferret reasonably be expected to
scale to?
And, if anyone has hit Ferret's natural limits, are there any solutions
(i.e. partitioning the index into manageable chunks, etc) that still use
Ferret as the base search indexer / engine?
Fez Bojangles wrote:
> Hey all!
>
> We've been using Ferret to great success these past six months. But
> recently we'ved tried adding many new ContentItems (only thing being
> index by Ferret at the moment), and things came crashing to a halt.
>
> ferret gem: 0.10.9
> acts_as_ferret plugin (not sure which version)
>
> How we're using the plugin:
>
> class ContentItem < ActiveRecord::Base
> acts_as_ferret :fields => { 'title' => {},
> 'description' => {}
> }
> ...
> end
>
> In the directory (on production) 'index/production/content_item', there
> are now 45812 files. (this is on Fedora Core 5, btw)
>
> This leads me to believe this could be the culprit... and if not the
> culprit now, it will be soon.
>
>>> ContentItem.count
> => 19603
>
> Any ideas?
>
> Any help would be mucho appreciated. Thanks!
>
> - Fez
> http://ummyeah.com/
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk