Creating an accurate php search engine to search database

Posted by Adam on Stack Overflow See other posts from Stack Overflow or by Adam
Published on 2010-03-24T00:01:25Z Indexed on 2010/03/24 0:03 UTC
Read the original article Hit count: 226

Filed under:

Ok, I attempted at making my own search function which doesnt work very well.

It consists of eliminating useless words such as "how" "you" "to" then using a premade Stemmer class that reduces words to their root so "Appointments" searches "appoint"

However in the end I'm really only searching keywords and the results are not very accurate.

Are there open source search engines that i can implement for free?

© Stack Overflow or respective owner

Related posts about php