Re: Best way to use Lucene from perl

2010-07-09 Thread Itamar Syn-Hershko
Schindler [mailto:u...@thetaphi.de] Sent: Friday, July 09, 2010 8:19 AM To: java-user@lucene.apache.org Subject: RE: Best way to use Lucene from perl Have a look at Apache Solr - it implements a server that manages and queries the index, supports schema configurations and makes the "API

RE: Best way to use Lucene from perl

2010-07-08 Thread Uwe Schindler
remen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Friday, July 09, 2010 8:19 AM > To: java-user@lucene.apache.org > Subject: RE: Best way to use Lucene from perl > > Have a look at Apache Solr - it imple

RE: Best way to use Lucene from perl

2010-07-08 Thread Uwe Schindler
Have a look at Apache Solr - it implements a server that manages and queries the index, supports schema configurations and makes the "API" accessible RESTful. You have to run Lucene in a Servlet Container like Jetty or Tomcat, but your application is written in any language that supports REST/JSON/