Forum Moderators: bakedjake

Message Too Old, No Replies

JSP search engine creation

how to create a jsp search engine

         

aurora

9:54 pm on Mar 16, 2005 (gmt 0)



hi
i have been going thru the forum and read some of the posts on jsp, asp and php. i have knowledge of the earlier 2. it was every informative.

we are designing a website, pretty dynamic. we r using jsp as the language. I want to add a really good search engine to the site which could search my entire website for any match to the search word. This I want to do with JSP.

Could you guys provide some technical information and advice on whether its a good idea building the engine using jsp and how should i go about achieving my goal.

many thanks.

dataguy

10:48 pm on Mar 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



jsp is a scripting language for web pages. While this is a consideration when building a web site, the heart of a search engine is its database, which is a much more vital question when deciding on the foundation of a search engine web site.