Search Keyword in web page

Hi all,Give me an idea about a technique that is used for searching a given keyword in web page. The language may not be considered, but JSP is best as my desire.I hope that reply will be soon...
[223 byte] By [SridharJavaa] at [2007-11-26 16:11:58]
# 1
you mean like what google does?
jgalacambraa at 2007-7-8 22:34:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This is generally done by indexing the website. One such package that can index text and perform fast searches is Apache Lucene. http://lucene.apache.org/
gimbal2a at 2007-7-8 22:34:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Hi thanks for reply,Google searches the entire web page url. But i want to search the given keyword within a single website.
SridharJavaa at 2007-7-8 22:34:31 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...