It can be done with htdig although the integration 
is a bit awesome.

I know the following java interfaces for htdig:

- com.opencms.modules.search.htdig_11.zip

  That is a solution that uses the standalone query engine
  of htdig and wraps the result it in a own class. You can 
  take that class as an example to create your own servlet.

  http://www.opencms.org/opencms/opencms/service/modules.html

- htservlet-0.1.tgz   

  This is an quite outdated interface that directly accesses
  the internal database of htdig.
  
  http://htdig.sourceforge.net/files/contrib/wrappers
 
- javawrapper.tar.gz

  This is a very basic variant of the same technic as in
  the openCMS version.

  http://htdig.sourceforge.net/files/contrib/wrappers

Ralph Einfeldt
Uptime Internet Solution Center GmbH
Hamburg, Germany
Hosting, Content Management, Java Consulting
http://www.uptime-isc.de 

> -----Original Message-----
> From: Felipe Schnack [mailto:felipes@;ritterdosreis.br]
> Sent: Thursday, October 31, 2002 11:30 AM
> To: Tomcat Users List
> Subject: RE: Search engines and MVC--to clarify
> 
> 
>   I will need to do page search in a website i'm developing right now
>   Can I use htdig for this? 
>   I basically need a simple search engine, no many bells and whistles,
> but there must be an option to exclude some paths/file types from the
> indexing...
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to