Issue Details (XML | Word | Printable)

Key: SOLR-275
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Nick Jenkin
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Solr

PHP Serialized Response Writer

Created: 26/Jun/07 07:45 AM   Updated: 08/Aug/07 12:20 AM
Return to search
Component/s: clients - php
Affects Version/s: 1.2
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works PHPResponseWriter.java 2007-06-26 01:49 PM Tristan Vittorio 8 kB
Java Source File Licensed for inclusion in ASF works PHPResponseWriter.java 2007-06-26 07:46 AM Nick Jenkin 8 kB
Issue Links:
Incorporates
 

Resolution Date: 08/Aug/07 12:20 AM


 Description  « Hide
A PHP response writer that returns a serialized array that can be used with the PHP function unserialize ( http://php.net/unserialize )

Built off the JSON Writer

I was not sure if this should be merged with https://issues.apache.org/jira/browse/SOLR-196

I have tried to keep code duplication very minimal, but always room for improvement!

Place PHPResponseWriter.java in src/org/apache/solr/request
Add the below to your solrconfig.xml:
<queryResponseWriter name="php" class="org.apache.solr.request.PHPResponseWriter"/>

Description of PHP serialization format: http://www.hurring.com/scott/code/perl/serialize/



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.