Search Engine with Servlets
843840Feb 3 2002 — edited Feb 4 2002Hi,
Does someone have an example how to implement an search engine algorithm that will be handeld by a servlet, with multiple keywords string.? The servlet will receive an query from an html page, will evaluate the data against a db, and will display the results on the html page.