You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Mathieu Lecarme <ma...@garambrogne.net> on 2008/03/12 11:56:35 UTC

Using Lucene from scripting language without any java coding

Here is a POC about using Lucene, via Compass, from PHP or Python (other 
languages will come later), with only XML configuration, object 
notation, and native use of scripting language.

http://blog.garambrogne.net/index.php?post/2008/03/11/Using-Compass-without-dirtying-its-hands-with-java

It's look like Solr, but it's different.
Solr
framework: Lucene
serialisation: XML
transport: HTTP via servlet.

Goniomotre
framework : Compass + Spring
serialisation: JSON
transport: Socket via Mina

Other difference, Solr is a mature project with admin pages, caching and 
production ready stuff.
Goniometre is a prototype for Compass fan, wich like XML, and coding 
with any language except Java.

Examples, test and code are available via svn.

M.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org