Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to setup search option in a webpage

Status
Not open for further replies.

VenkatRastapuram

Programmer
Oct 24, 2003
46
IN
Hello sir,

Our company's website is already launched but there is no search option in that. How to keep search option in a webpage. please tell me how to setup search in an application.

R.Venkatesh
MakeLogic
venkat@makelogicmld.com
 
Depends on how you want to search, where you want to search and so on.

If you are interested in searching text files then lucene is an excellant text search API (see apache.org).

Or you can put keywords and links in a database and search that way ...

Or you can write your own, maybe using the java.util.regex package ...

Do you want straight string searches, or fuzzy string matching etc etc ....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top