Switch to full style
What's behind JSP & Servlets
Post a reply

JSP Search Engine

Thu Oct 30, 2008 9:41 pm

I`m new to jsp (java server pages). Can anyone give an ideea how to
create a serch engine in jsp, to look through a database and output
the result.



Re: JSP Search Engine

Thu Oct 30, 2008 9:42 pm

first what about your knowledge about the architecture of Search
Engine? you must know how to how to create the crawler then take the
result from it and store in the database and then retrieve the result
from database
then make the ranking algorithm on these result
so you can make it as java application or applet then it is ease to
make it by JSP and Servlet

Re: JSP Search Engine

Sat Jul 25, 2009 1:41 pm

Java Search Engine is a server-side search engine program for web sites. Search engines provide to the site visitors easy and fast way to find what they want on your site. If you want to have search engine on your site - .
Java Search Engine has common Java API interfaces such as JSP, servlets and EJB. Can save results as XML and transform them into HTML using XSLT stylesheets.

Re: JSP Search Engine

Fri Feb 15, 2013 6:02 pm

Using the MATCH mysql function is very good for retrieving relative results .
Code:
Select NAME, MATCH (topic_title) AGAINST 'Search Query' FROM ... WHERE ..


Post a reply
  Related Posts  to : JSP Search Engine
 Search engine optimization     -  
 How to do a simple search engine for website using PHP     -  
 A simple search page using Google AJAX Search API     -  
 AJAX Engine     -  
 Run query and search from ASP     -  
 binary search     -  
 search in a string and replace     -  
 Binary search tree C++     -  
 how we can search in filehandling without using structures a     -  
 How to save a search fields...in Struts2.0     -