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/whatever. Bindings for some languages like PHP, Perl are available.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Igor Chudov [mailto:ichu...@gmail.com] > Sent: Friday, July 09, 2010 7:17 AM > To: java-user@lucene.apache.org > Subject: Best way to use Lucene from perl > > I am extremely impressed with Lucene and would like to thank Naveen and > Otis for your kind help. > > I am not really a Java person, I am a perl and C++ guy and my website is done > with mod_perl. > > So, my obvious question is what perl implementation of lucene access you > would recommend. > > It would seem that PLucene is an abandoned project, and I should instead > use Lucene module. > > Am I on the right track with this? > > Do people implement a Lucene server that they query from apache > mod_perl scripts, or do they instead just use Lucene access from many > webserver processes running in parallel? > > Thanks a lot. > > i > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org