Re: return value from SolrJ client to php

2013-10-29 Thread Erick Erickson
Why bring SolrJ into it in the first place? I've heard of, but not used, php Solr clients. And you also have the possibility of just using HTTP calls... Best, Erick On Mon, Oct 28, 2013 at 10:54 AM, Anshum Gupta wrote: > Hi Amit, > > I haven't personally tried it, but have a look at the options

Re: return value from SolrJ client to php

2013-10-28 Thread Anshum Gupta
Hi Amit, I haven't personally tried it, but have a look at the options listed here: http://wiki.apache.org/solr/IntegratingSolr Also, just check if the library you try is known to work with the version of Solr you'd want to use. Otherwise, how about just using a serialization library for apps in

return value from SolrJ client to php

2013-10-28 Thread Amit Aggarwal
Hello All, I have a requirement where I have to conect to Solr using SolrJ client and documents return by solr to SolrJ client have to returned to PHP. I know its simple to get document from Solr to SolrJ But how do I return documents from SolrJ to PHP ? Thanks Amit Aggarwal