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
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
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