[ 
https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507078
 ] 

Tristan Vittorio commented on SOLR-196:
---------------------------------------

Hi Paul,

Thanks for your work on the PHP response writer, I've applied your patch to the 
current svn trunk (revsion 549649) and manage to get it working only one minor 
change to PHPResponseWriter.java on line 23:

- import org.apache.solr.util.NamedList;
+ import org.apache.solr.common.util.NamedList;

Have you managed to get any further in developing this response writer or the 
Solr client classes you mention in your previous comment?  I have been looking 
for a response writer that created serialized php data rather than eval-able 
code, perhaps it would be easy to adapt the code in this patch to support this? 
 (I will take a look however my Java skill are not too strong yet).

cheers,
Tristan


> A PHP response writer for Solr
> ------------------------------
>
>                 Key: SOLR-196
>                 URL: https://issues.apache.org/jira/browse/SOLR-196
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - php, search
>            Reporter: Paul Borgermans
>         Attachments: SOLR-192-php-responsewriter.patch
>
>
> It would be useful to have a PHP response writer that returns an array to be 
> eval-ed directly. This is especially true for PHP4.x installs, where there is 
> no built in support for JSON.
> This issue attempts to address this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to