Link to home
Start Free TrialLog in
Avatar of ashishanand
ashishanandFlag for Singapore

asked on

Full-Text indexing Blob datatype columns

Hi,

Is it possible to full-text index bolb datatype columns in MySQL which store files like PDF, DOC, XLS, TXT, etc. The requirement is to be able to search the file stored in in blob column.
Avatar of Umesh
Umesh
Flag of India image

Full-text indexes can be used only with MyISAM tables, and can be created only for CHAR, VARCHAR, or TEXT column
Avatar of ashishanand

ASKER

I'm aware that in MySQL FT can be create only only for CHAR, VARCHAR or TEXTcolumns.

Is there any solution for being able to FT files and be able to search them. May be using a thrid party tool like lucene. I've read about lucene but it looks like a good amount of coding would be required unlike Oracle's ctx packages that allow indexing and searching files inside blob columns.

Regards,
Pls check mnogosearch it supports all the binary files for indexing.

http://www.mnogosearch.org/
Did you try?
Have not tried it yet. will need some time to do so. I've to prepare a machine for it. Will let you know once I have tried it. Thanks for your support.
Welcome..
ASKER CERTIFIED SOLUTION
Avatar of Umesh
Umesh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks Angel

Thanks,
Umesh