>
> This sure is quite interesting.
>
> But I bet it is not going to be easy.
>
> I have heard about lucene. Since it is Java ....
>
> But I hear it is there in Python as well. Even perl.
>
>

Agreed there is a learning curve here. However you wont need to go into
lucene/solr internals in order to implement it. All you have to do is
install it and then use which ever is your favorite language  to submit
documents to solr, which uses REST API (get/post) and returns output as XML.
I had successfully implemented solr solution not going into java internals
and using pycurl.    There are python extensions available for solr/lucene.
A couple of them are
http://code.google.com/p/pysolr/
http://lucene.apache.org/pylucene/
<http://code.google.com/p/pysolr/>

thanks
gs
www.initcron.org
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to