I do not believe that the file formats are identical between Java Lucene and PLucene. So be careful in that regard.

Another option to access Lucene indexes from scripting languages is PyLucene, which is very robust and guaranteed to be compatible with Java Lucene (since it is built directly from it).

        Erik

On Mar 30, 2005, at 5:45 AM, Olaf Thiele wrote:

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>



------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to