Displaying 1 result from an estimated 1 matches for "indewwrit".
Did you mean:
indewwriter
2007 Jan 17
2
Dump and load functionnalities? Test patch provided
...39;t do it using plain Ruby
(it''s way too slow, try with a 2000000+ documents index),
so the only choice left was to incorporate its support
into Ferret itself.
I added this couple of features:
- IndexReader#dump("file")
Dump the whole index to a binary, non-portable file.
- IndewWriter#load("file")
Load this file, append it to the current index.
I wrote a somewhat dirty patch for Ferret 0.10.14 (works
with 0.10.13 too), you can find it here:
http://pastie.caboo.se/33769
The fact that the dump file format is binary and home made
doesn''t really matter to...