CHANGES
FieldTextIndex Changelog
1/19/2003 - 0.2 Release
Indexes made with version 0.1 of FieldedTextIndex cannot be used with version 0.2. You must recreate your indexes after upgrading to 0.2
- Added support to weight results differently depending on the field
matched using the
field_weights
query keyword. Thanks to Jean-Francois Doyon for suggesting the feature. - Default weights can now be supplied for the index using through the ZMI.
- Totally refactored searching and scoring algorithm to efficiently handle arbitrarily weighted fields.
12/27/2003 - 0.1 Release
- Initial Release