Hi everybody, I haven't used either PLucene or PyLucene. That were just guesses for what could be used. Thanks for pointing to PyLucene though, didn't know it exists.
Jeff: Concerning your CGI implemenentation, you might want to follow the OpenSearch API Thread. The REST implementation proposed by Andrzej is pretty much what you are looking for. Input by POST and output is XML. Which could easily be transformed (XSLT) to HTML. Kind regards, Olaf On Wed, 30 Mar 2005 13:59:54 -0800, Jeff Breidenbach <[email protected]> wrote: > Actually. I was thinking about a program witten in Java using the CGI > interface instead of the servelet framework. Sounds like nobody is > working on that. > > On Wed, 30 Mar 2005 2:40 am, Olaf Thiele 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> > --Jeff > -- <SimpleHuman gender="male"> <Physical name="Olaf Thiele" /> <Virtual adress="http://www.olafthiele.de" /> </SimpleHuman> ------------------------------------------------------- This SF.net email is sponsored by Demarc: A global provider of Threat Management Solutions. Download our HomeAdmin security software for free today! http://www.demarc.com/Info/Sentarus/hamr30 _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
