Hi Jeff, denpending on your application you might want to use PLucene (http://search.cpan.org/dist/Plucene/). It is a Perl port of Lucene.
>From the readme file: Plucene ======= Plucene is a Perl port of the Java Lucene search engine. (http://jakarta.apache.org/lucene/) In the same way as Lucene, it is not a standalone application, but a library you can use to index documents and search for things in them later. Using Plucene ============= Plucene, like Lucene, is designed to be extended, and allows you to construct your own query types, analyzers, and so on. Future versions of Lucene will contain more of these, as well as instructions for how to subclass the base modules to create your own. Kind regards, Olaf On Wed, 30 Mar 2005 12:40:37 +0200, Olaf Thiele <[EMAIL PROTECTED]> wrote: > Hi Jeff, > as segments are stored in a home-grown file format you will > need to program your own non-Java access to it. Usually the > JSPs call the class NutchBean for each query. > > So I am not quite sure what you intend to program. > > Kind regards, > Olaf > > > On Tue, 29 Mar 2005 22:35:14 -0800, Jeff Breidenbach <[email protected]> wrote: > > > > Is anyone currently working on a CGI front end for Nutch? > > Specifically, a web interface that uses the CGI framework instead of > > the Tomcat/servelet framework. > > > > Cheers, > > Jeff > > > > -- > > <SimpleHuman gender="male"> > <Physical name="Olaf Thiele" /> > <Virtual adress="http://www.olafthiele.de" /> > </SimpleHuman> > -- <SimpleHuman gender="male"> <Physical name="Olaf Thiele" /> <Virtual adress="http://www.olafthiele.de" /> </SimpleHuman>
