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
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
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/