Re: Lucene Website Integration

2009-06-05 Thread listan...@gmail.com
Hi Gary, Yes, that certainly helped. Thanks for your reply. Personally for me, it is interesting to hear about Grails, Ruby etc. I usually only see folks using PHP, CGI etc. But, maybe it's just me. I felt like I was being a little anachronistic in using JSP/Servlets. Thanks again. Anand On W

Re: Lucene Website Integration

2009-06-03 Thread Gary Moore
I would suggest you take a look at Solr -- http://lucene.apache.org/solr -- which requires essentially no Java knowledge to use. It has a Python client which at the very least might help with the learning curve. If you want to try an alternative to JSP/Servlets for your web framework, there'

Lucene Website Integration

2009-06-03 Thread listan...@gmail.com
Hi all, I need to develop a website that allows for searching and browsing the underlying documents collection. I am going to be using Lucene as the underlying search engine. I am however not very familiar with web development, and am new to Lucene as well. I have used JSP/Servlets before, and sin