Changes for version 0.07
- $index->upgrade_collection_table() to recreate collection table. Calling initialize() method for a new collection will also upgrade collection table. Index backup recommended.
- Added error_ prefix to error message column names in collection table
- Added version column to collection table
- Added language column to collection table, removed czech_language column
- UPGRADE WARNING: instead of new({ czech_language => 1}), use new({ language => 'cz' })
- Bug fix: _store_collection_info() error if stop lists are not used
- unscored_search() will now return a scalar error message if an error occurs in search
- search() will croak if passed an invalid field name to search on
- Added documentation for mask operations
Modules
Perl extension for full-text searching in SQL databases
Provides
in lib/DBIx/TextIndex/stop-cz.pm
in lib/DBIx/TextIndex/stop-en.pm