Page 1 of 1

Writing a search/indexing tool

Posted: Thu Dec 14, 2006 8:49 pm
by neophyte
Can anybody recommend a good library/class for creating a website content search tool? Something that handles indexing and eliminates dumb searches for two letter words...

Thanks

Posted: Fri Dec 15, 2006 8:19 am
by feyd
If your content is stored in a database, FULLTEXT indexes are where it's at. You can do it manually, but the database will often do it faster and more efficiently. ;)

Posted: Fri Dec 15, 2006 11:00 am
by dibyendrah