Displaying 1 result from an estimated 1 matches for "get_lazy_doc".
2006 Oct 10
4
Need help for coding an extension to ferret
Hi,
i''m working on a project using Ferret for indexing it''s datas. I''m very 
happy with it but i need to code an extension to implement a .to_json 
method to TopDocs class, because ruby''s json implementation is really 
really slow...
It''s my second (the first was the tutorial :/ ) ruby C extension, so i''m 
not really at ease with ruby C