Re: directly communicate with solr with java

2009-03-23 Thread Giovanni De Stefano
Hello Julian, perhaps you are looking for Solrj: http://wiki.apache.org/solr/Solrj http://fisk.stjernesludd.net/archives/2-Using-Solrj-A-short-guide-to-getting-started-with-Solrj.html Cheers, Giovanni On 3/22/09, Julian Davchev wrote: > > Hi, > I got solr setup working smoothly with tomcat a

directly communicate with solr with java

2009-03-22 Thread Julian Davchev
Hi, I got solr setup working smoothly with tomcat and all. In general the application I use solr for is php driven but I somehow want to remove this extra roundtrip to php that is made when I call solr from javascript. So bottom line I'd like to change this: JS -> tiny php(apache processed etc) ->