http://www.perlmonks.org?node_id=620356


in reply to Re: Running SuperSearch off a fast full-text index.
in thread Running SuperSearch off a fast full-text index.

I heard about this feature of MySQL, but I have never used it. How does it compare to KinoSearch in terms of search results relevance?
  • Comment on Re^2: Running SuperSearch off a fast full-text index.

Replies are listed 'Best First'.
Re^3: Running SuperSearch off a fast full-text index.
by dpavlin (Friar) on Jun 10, 2007 at 20:45 UTC
    MySQL full text search is simple way to make your tables searchable. However, it doesn't really compare well with specialized full-text indexes which always do better job.

    Aside from not quite stellar performance, it has fixed stop word list and depends upon MySQL which is (IMHO!) one moving part too much to index monetary.

    Sole purpose of this project is full-text search. Let's not go into over-engineering problem: we have slow RDBMS searches right now :-)


    2share!2flame...