WHAT IS IT
==========

This is yet another module to do keyword indexing (e.g. full-text
searching). The module stores the index in a MySQL database.

HOW TO INSTALL
==============

Just type:

    perl Makefile.PL
    make
    make test
    make install

and you should be all set.

HOW TO USE
==========

For the usage, please consult POD document embedded in the library. Also,

    perldoc DBIx::KwIndex

should show you the document if installed correctly.
