On Thu, Oct 30, 2008 at 5:22 PM, Kraus, Ralf | pixelhouse GmbH <
[EMAIL PROTECTED]> wrote:

> Right now I am using this php classes to send and receiver my requests :
>
> - Apache_Solr_Service.php
> - Responce.php
>
> It has the advantage that I don“t need to write extra JSP oder JAVA code...
>

Unfortunately, the PHP client in Solr does not take advantage of the binary
response format. It is supported only by SolrJ (java client). It can reduce
a lot of the overhead associated with JSON/XML parsing.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to