Displaying 1 result from an estimated 1 matches for "timetostr".
2006 May 02
4
Indexing Speed?
Hi all,
Have been looking at lucene and ferret.
Have noticed that ferret takes ~463 seconds to index 200Mb of docs,
whereas lucene takes ~60 seconds.
I''m using the standard "get you started" sort of code provided by both
libraries.
My ruby code is: (abridged)
@index = Index::Index.new(:path => inIndexPath)
def createIndex(inRepositoryPath)