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.
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
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.
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 ..
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.