Sha256: ef4bae36d9e98e0fd1a24316cb2b25e419da3e4d63541cb9b74d375003f62381
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
0.1 - 11 Jan 2005 - Initial public release. Basic functions work, lots of nice stuff missing. 0.2 - 12 Jan 2005 - Doc release. Basic documentation, code rearrangement. 0.3 - 18 Jan 2005 - Added some unit tests - Refactored dictionary.rb, analysis.rb, towards multiple index support - API: index.finish() is now index.flush() - API: protected internal methods in index, dictionary 0.4 - 04 Feb 2005 - Improved logging (see rsi/logmanager.rb) - Improved gemspec to a releasable state - API: multi-field indexes supported - API: structured queries supported - Index metadata is stored and used on open, eliminating need to remember what kind of Serializers, etc, the index was created with. - CompressedSerializer moved into its own file, and now uses zlib (which is part of Ruby 1.8 stdlib) rather than bz2. The bz2 serializer is still included, and raises a sensible exception if used without BZ2 loaded. - More tests
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rsi-0.4 | docs/Changes |