search for: fortez

Displaying 2 results from an estimated 2 matches for "fortez".

Did you mean: forte
2005 Dec 19
17
Indexing so slow......
I am indexing over 10,000 rows of data, it is very slow when it is indexing the 100,1000,10000 row, and now it is over 1 hour passed on the row 10,000. how to make it faster? here is my code: ================== doc = Document.new doc << Field.new("id", t.id, Field::Store::YES, Field::Index::UNTOKENIZED) doc << Field.new("title", t.title,
2006 Aug 25
1
Ferret-0.10.1 released
Hi all, I''ve just released Ferret-0.10.1. It contains some important bug fixes and the minor addition of the Ferret::I class which is just an alias for Ferret::Index::Index. I still need to write up a release announcement for the 0.10.0 series. I haven''t forgotten about it and it may seem strange that I''ve already released 0.10.1 before writing the announcement.