Files | Admin

Notes:

Release Name: ferret-0.9.0-alpha

Notes:
This latest version of Ferret is an alpha release. I have removed the old c extension and Ferret is now running on a fully ported C library. There will probably be a few portability issues to start with. It has been developed on linux so it should windows and mac users beware. Please send patches.


Changes: * changed Token#term_text to Token#text * changed Token#position_increment to Term#pos_inc * changed order of args to Token.new. Now Term.new(text, start_offset, end_offset, pos_inc=1, type="text"). NOTE: type does nothing. * changed TermVectorOffsetInfo#start_offset to TermVectorOffsetInfo#start * changed TermVectorOffsetInfo#end_offset to TermVectorOffsetInfo#end * added :id_field option to Index::Index class.