Displaying 3 results from an estimated 3 matches for "ferret_config".
2005 Nov 17
6
lock problems from concurrent processes.
...ret/index/index.rb:111:in
`initialize''
from /usr/lib/ruby/gems/1.8/gems/ferret-0.2.1/lib/ferret/index/index.rb:109:in
`synchronize''
from /usr/lib/ruby/gems/1.8/gems/ferret-0.2.1/lib/ferret/index/index.rb:109:in
`initialize''
from ./lib/damagecontrol/ferret_config.rb:6:in `new''
from ./lib/damagecontrol/ferret_config.rb:6:in `get_index''
from ./lib/damagecontrol/build_daemon.rb:10
Is it possible to create a ''read-only'' index that doesn''t try to
acquire a lock? Or is there a different way to achieve...
2006 Jul 09
3
acts_as_ferret.. what does it actually do?
...de at the bottom of this post i get the
following errors (also in full at the bottom of post)
NameError: uninitialized constant BooleanQuery
So this means the rails/ruby/ is not seeing ferret right? so how do i
get rials to be able to see ferret? I have tried many variations on
include/require/ferret_config.rb but am obviously not getting it. Do i
need to do something extra if i want to simplicity of acts_as_ferret and
the power of Ferret?
If anyone out there knows what th eproblem is then please get in touch,
also does anyone use acts_as_ferret successfully in an application doing
more than just...
2007 Nov 13
8
acts_as_ferret : cannot use a customized Analyzer (as indicated in the AdvancedUsageNotes)
Hi all,
I cannot make aaf (rev. 220) use my custom analyzer, despite following the
indications @
http://projects.jkraemer.net/acts_as_ferret/wiki/AdvancedUsage
To pinpoint the problem, I created a model + a simple analyzer with 2 stop
words : "fax" and "gsm".
test 1 : model.rebuild_index + model.find_by_contents("fax") # fax is a
stop word.
=> I get a