Total members 11895 |It is currently Sat Dec 21, 2024 3:55 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





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.




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

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

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time

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.


Author:
Newbie
User avatar Posts: 29
Have thanks: 0 time

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


_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 4 posts ] 

  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     -  
 binary search     -  
 Run query and search from ASP     -  
 how we can search in filehandling without using structures a     -  
 search in a string and replace     -  
 Binary search tree C++     -  
 Search records from text file     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
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