search for: unixaumonde

Displaying 4 results from an estimated 4 matches for "unixaumonde".

2007 Jul 09
3
Strange document loss
...;'ve tried to look into Ferret''s C code, everything looks like going well, the add *LOOKS LIKE* being done, so it''s probably deeper in the internals.. Does anybody had this problem too ? Is there any known solution ? :/ Cheers, J?r?mie -- J?r?mie -ahFeel- BORDIER http://www.unixaumonde.com -- Posted via http://www.ruby-forum.com/.
2007 Mar 22
0
Url searching ?
...rret_test'', :analyzer => TestAnalyzer.new) INDEX << {:type => :url, :url => ''http://google.fr''} INDEX << {:type => :url, :url => ''http://ferret.davebalmain.com''} INDEX << {:type => :url, :url => ''http://www.unixaumonde.com''} INDEX << {:type => :url, :url => ''http://www.rift.fr''} [''type:url AND url:*google*'', ''type:url AND url:*"://foobar"*'', ''type:url AND url:"http://goo"*'', ''type:url AND...
2007 Jun 24
4
Resetting ferret index before test runs
I need to reset the ferret index between test runs. It seems like there are a few ways to reset the ferret index. * Deleting the index directory -- is this really bad form? * calling rebuild_index * (any others?) What would y''all recommend? (Sorry, I''m from Texas) Preferably, I''d like a way to reset the index that I can integrate into a selenium test. -David
2007 Apr 03
3
[Repost] Problem with url searching..
...rret_test'', :analyzer => TestAnalyzer.new) INDEX << {:type => :url, :url => ''http://google.fr''} INDEX << {:type => :url, :url => ''http://ferret.davebalmain.com''} INDEX << {:type => :url, :url => ''http://www.unixaumonde.com''} INDEX << {:type => :url, :url => ''http://www.rift.fr''} [''type:url AND url:*google*'', ''type:url AND url:*"://foobar"*'', ''type:url AND url:"http://goo"*'', ''type:url AND...