search for: bordier

Displaying 12 results from an estimated 12 matches for "bordier".

Did you mean: border
2006 Oct 10
4
Need help for coding an extension to ferret
...// INDEX[doc_id].load <== THAT''S WHAT I WOULD LIKE TO GET ! // } rstr = rb_str_new2(str); free(str); return (argv[0]); } of course, i''ve bound the method to the good object etc... Hope somebody''ll help ! Thank you by advance, Jeremie ''ahFeel'' BORDIER -- Posted via http://www.ruby-forum.com/.
2006 Oct 12
2
Patching ferret problems...
...scovered a T O T A L L Y different file... I tried to find the good one, but nothing.. ? And when my mate installed 0.10.11, he had the good file in /usr/lib.../ext/ :-? Could you tell me what to checkout or dunno, the way to patch this ? :/ Thanks by advance, Jeremie ''ahFeel'' BORDIER -- Posted via http://www.ruby-forum.com/.
2007 Jul 09
3
Strange document loss
...es (many K). I''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/.
2006 Oct 20
1
Big problem with 0.10.12 gem :O
> Here''s the dump... http://pastie.caboo.se/18686 ahFeel <= here''s the dumb :/ Cheers :) J?r?mie ''ahFeel'' BORDIER -- Posted via http://www.ruby-forum.com/.
2006 Sep 04
1
IPAPPEND with memdisk / freedos (odin)
...my first post, he =) I need some help about having the IPAPPEND 3 in my freedos (odin) environnement after a PXE boot using PXELinux / Memdisk... i've been searching for few hours now, but didn't found anything.. Is there a way to get that done ? Thanks in advance J?r?mie 'ahFeel' BORDIER
2006 Oct 20
2
Bug in search matching ?
Hi :) Here''s a little code reproducing something that i consider as a bug, if it''s not please explain :] http://pastie.caboo.se/18693 Thanks by advance, Cheers, J?r?mie ''ahFeel'' BORDIER -- Posted via http://www.ruby-forum.com/.
2007 Apr 03
3
[Repost] Problem with url searching..
...http://goo*"''].each do |q| puts "\nSearching #{q}" INDEX.search(q).hits.each { |x| p INDEX[x.doc].load } puts "\n" end I hope Dave or anyone else will be able to give us an hint or a release, something like this.. Regards, Jeremie ''ahFeel'' BORDIER Rift Technologies -- Posted via http://www.ruby-forum.com/.
2007 Mar 22
0
Url searching ?
...ND url:"http://goo"*'', ''type:url AND url:"http://goo*"''].each do |q| puts "\nSearching #{q}" INDEX.search(q).hits.each { |x| p INDEX[x.doc].load } puts "\n" end Thanks by advance ! Regards, Jeremie ''ahFeel'' BORDIER Rift Technologies -- Posted via http://www.ruby-forum.com/.
2007 Feb 16
1
Bug in IndexSearcher with limit => all and any offset
...docs equals to INT_MAX, so adding a value to it makes a nice int overflow :/ The diff patch is here: http://pastie.caboo.se/40748 I''ve told Dave by mail but it seems like he''s very busy lately, hope someone else can release some fix here :) -- J?r?mie ''ahFeel'' BORDIER Rift Technologies - http://www.rift.fr -- Posted via http://www.ruby-forum.com/.
2006 Oct 11
0
Memory allocation bug with index.search
...:use_compound_file => false} INDEX = Ferret::Index::Index.new(INDEX_OPTIONS) but i tried without any max_* and it''s the same... Tell me what i can do to help if i don''t manage to reproduce it in a pastable code. Thanks by advance, Regards, Jeremie ''ahFeel'' BORDIER -- Posted via http://www.ruby-forum.com/.
2007 Feb 27
3
segfault in ferret 0.11.0
Hi, Just downloaded the new ferret 0.11. I''m on OSX btw. I get this error everytime I run my unit tests: Loaded suite ferret_updater_unit_test Started E/usr/local/lib/ruby/1.8/erb.rb:504: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i686-darwin8.7.1] Abort trap When I revert back to 10.14 I dont get this error. When I comment out the line: Ferret::Index::Index.new({:path =>
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