There are many search engines available. Two main types spring to mind:
1) search engines connected to databases (example: Oracle 8 InterMedia
Text)
which can be configured, manipulated and queried using SQL (or
extensions
thereof). JDBC matter.
2) search engines based around a group of libraries (example: Isys from
Oddysey Development)
which can be called from your servlet. If they are Java classes
then you just
use them. If they are native libraries (such as Isys - native Win32
DLLs) you
use the JNI.
>From what I've been hearing, there are hybrids available - Oracle
is/will be supporting
Java in this area.
Another approach is to use a product like Isys:Web 5, which is a search
web server. It
can speak http on a different port to your web server, so you can pipe
the output
straight through to the browser, or filter it for the results of
searches.
Take a look at the offerings of Netscape, Infoseek, AltaVista et al. -
perhaps your
work has already been done for you.
Regards,
Mark
> -----Original Message-----
> From: Javeed Akthar
> Sent: Thursday, 3 June 1999 15:13
> To: [EMAIL PROTECTED]
> Subject: Servlet based Search engine
>
> Hi everybody,
>
> I am planning to develop a servlet based search engine for a web site.
> Can anybody give some useful hints about the same.
>
> Thanks in advance.
>
> Regards,
>
>
> Javed
>
> ***********************************************************
> Time : An indefinite measurable duration in which events
> occur in an apparently irreversible order.
> ***********************************************************
>
> ______________________________________________________________________
> _____
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
> http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html