Changes for version 0.15
- WARNING: indexes will have to be recreated after upgrading to this version
- Changed inverted list tables: renamed "docs" to "term_docs" and removed redundant column "docs_vector". Bit vectors are now built from postings stored in term_docs column. Total index size should be reduced significantly with removal of docs_vector column.
- Implemented DBIx::TextIndex::TermDocsCache to reduce database queries
- Fixed bug where single word queries for high doc frequency terms would return no results
Modules
Perl extension for full-text searching in SQL databases
Provides
in lib/DBIx/TextIndex/Exception.pm
in lib/DBIx/TextIndex/TermDocsCache.pm
in lib/DBIx/TextIndex/stop-cz.pm
in lib/DBIx/TextIndex/stop-en.pm