Re: Full Text Search, Storage Engines

2007-07-07 Thread Martin Gainty

Good Evening David-

Have you considered using Lucene ?
http://lucene.apache.org/java/docs/

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

- Original Message - 
From: "David T. Ashley" <[EMAIL PROTECTED]>

To: 
Sent: Friday, July 06, 2007 9:19 PM
Subject: Full Text Search, Storage Engines


I'd like to do full text search on some fields of some tables, but I'm a 
bit

confused by the documentation.  Questions:

a)How do I set that up?

b)What storage engines are required?

c)Are there any restrictions on "mixing and matching" tables?

d)Do table locking and transactions work the same?

Thanks.




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Full Text Search, Storage Engines

2007-07-07 Thread David T. Ashley

I'd like to do full text search on some fields of some tables, but I'm a bit
confused by the documentation.  Questions:

a)How do I set that up?

b)What storage engines are required?

c)Are there any restrictions on "mixing and matching" tables?

d)Do table locking and transactions work the same?

Thanks.