Has anyone here used mifluz for full text indexing of TEXT columns in
MySQL?

I have a table with a "num" (MEDIUMINT, unique row identifier) and
"message" (MEDIUMTEXT, the column to be indexed) column. I'd like to be
able to do full text searches on the "message" column and get back a list
of "num".

I think that mifluz is the best library to use for doing this because of
its scalability and robustness. I can't use MySQL's built-in full text
indexing because I need phrase searching.

I have a problem, though.

After reading through the mifluz documentation, I can't figure out how to
create the inverted index and populate it with words.

Does anyone know how to do this (I'm guessing a program that reads the
data from the database and calls the mifluz routines is required)? Or, is
there another, easier to use, good full text searching package that I can
use for searching MySQL text columns?

Thanks,

-Philip Mak ([EMAIL PROTECTED])


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to