Subject: | DBIx::FullTextSearch with "column" backend: Duplicate entry '65535' |
Hi there,
just tried running DBIx::FullTextSearch and switched to the "column" backend (because "blob"/"blobfast" were quite slow to update/re-index documents). However, with "column" (and also with "phrase"), I'm getting
DBD::mysql::db do failed: Duplicate entry '65535' for key 1 at
/home/mschilli/PERL/lib/perl5/site_perl/5.8.5/DBIx/FullTextSearch/Phrase.pm
line 96.
after indexing about 20,000 documents. Can you advise on what this could be caused by? Thanks for any help.
-- Mike