Click to See Complete Forum and Search --> : help building search engine in my site


ba02000
02-27-2006, 01:56 PM
Hi Guys,

I'm building a site using JSP, Servlet, and MySQL 5.0.
In my site user store their information in the database, in multiple tables (tbl_personal_details, tbl address,,,etc.)

I need your help to build Search Engine that searchs and display the information from the database. Just I need links, tutorial, or name of software that help me build the search engine in my site.

Thanx,

BigDog
03-01-2006, 04:47 PM
You will want to look into using full text indexing in your DB in order to search like this.

See MySQL's page on this: http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html