Re: Index Locking Issues Resolved...I hope

2004-11-17 Thread jeichels
PROTECTED] Date: Wednesday, November 17, 2004 1:38 am Subject: Re: Index Locking Issues Resolved...I hope MySQL does offer a basic fulltext search (with MyISAM tables), but it doesn't really approach the functionality of Lucene, such as pluggable tokenizers, stemming, etc. I think MS SQL server

Index Locking Issues Resolved...I hope

2004-11-16 Thread Luke Shannon
Hello; I think I have solved my locking issues. I just made it through the set of test cases that previously resulted in Index Locking Errors. I just removed the method from my code that checks for a Index lock and forcefully removes it after 1 minute. Hopefully they never need to be put back in.

Re: Index Locking Issues Resolved...I hope

2004-11-16 Thread jeichels
: Luke Shannon [EMAIL PROTECTED] Date: Tuesday, November 16, 2004 10:51 pm Subject: Index Locking Issues Resolved...I hope Hello; I think I have solved my locking issues. I just made it through the set of test cases that previously resulted in Index Locking Errors. I just removed

Re: Index Locking Issues Resolved...I hope

2004-11-16 Thread Chris Lamprecht
MySQL does offer a basic fulltext search (with MyISAM tables), but it doesn't really approach the functionality of Lucene, such as pluggable tokenizers, stemming, etc. I think MS SQL server has fulltext search as well, but I have no idea if it's any good. See