[jira] Commented: (SOLR-196) A PHP response writer for Solr

2009-05-15 Thread Andrew McCombe (JIRA)
1:"recommended";i:false;} I think that PHP's unserialize function may be failing due to the wrong value for the datatype. > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://is

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2009-05-11 Thread Yonik Seeley (JIRA)
articular field? Can you post the output from fl=recommended? Is it particular values of that field that cause the problem, or *any* document retrieved with that field? If particular values, perhaps you could narrow it down and just post the problematic value? > A PHP response wri

[jira] Issue Comment Edited: (SOLR-196) A PHP response writer for Solr

2009-05-11 Thread Andrew McCombe (JIRA)
r fails to unserialize in PHP5. > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.apache.org/jira/browse/SOLR-196 > Project: Solr > Issue Type: New Feature >

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2009-05-11 Thread Andrew McCombe (JIRA)
from the php response writer fails to unserialize in PHP5. > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.apache.org/jira/browse/SOLR-196 > Project: Solr >

[jira] Issue Comment Edited: (SOLR-196) A PHP response writer for Solr

2009-03-09 Thread Peter Wolanin (JIRA)
This PHP writer is inconsistent with the JSON if you use php 5's decode_json, maps come back as objects. was (Author: pwolanin): This serialized writer produces output that is inconsistent with the other PHP writer and inconsistent with the JSON. > A PHP response wri

[jira] Issue Comment Edited: (SOLR-196) A PHP response writer for Solr

2009-03-09 Thread Peter Wolanin (JIRA)
This serialized writer produces output that is inconsistent with the other PHP writer and inconsistent with the JSON. was (Author: pwolanin): This serialized writer produces output that is inconsistent with the other PHP writer adn inconsistent with the JSON > A PHP response wri

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2009-03-09 Thread Peter Wolanin (JIRA)
t is inconsistent with the other PHP writer adn inconsistent with the JSON > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.apache.org/jira/browse/SOLR-196 > Project: Solr >

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-08-11 Thread Yonik Seeley (JIRA)
me :-) -Yonik > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.apache.org/jira/browse/SOLR-196 > Project: Solr > Issue Type: New Feature > Component

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-08-10 Thread Pieter Berkel (JIRA)
added properly during the latest commit: /src/java/org/apache/solr/request/PHPResponseWriter.java /src/java/org/apache/solr/request/PHPSerializedResponseWriter.java We won't get very far without those! > A PHP response writer for Solr > -- > >

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-08-10 Thread Pieter Berkel (JIRA)
goal so it's probably better to leave the content-types unchanged for the moment. > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.apache.org/jira/browse/SOLR-196 > Pro

[jira] Resolved: (SOLR-196) A PHP response writer for Solr

2007-08-10 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-196. --- Resolution: Fixed Thanks guys! I just committed this. > A PHP response writer for S

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-08-06 Thread Nick Jenkin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518054 ] Nick Jenkin commented on SOLR-196: -- Excellent stuff, thanks Pieter! > A PHP response writer for S

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-08-03 Thread Yonik Seeley (JIRA)
actually see the result in a browser. Is there a content-type we can use for JSON that can achieve both goals for firefox and IE at least? > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.

[jira] Updated: (SOLR-196) A PHP response writer for Solr

2007-08-02 Thread Pieter Berkel (JIRA)
by Paul Borgermans and integrates the serialized PHP response writer (renamed to PHPSerializedResponseWriter to avoid name clashes) originally authored by Nick Jenkin in SOLR-275. See http://www.nabble.com/PHP-Response-Writer-for-Solr-tf4140580.html for some discussion on this implementation

Re: PHP Response Writer for Solr

2007-08-02 Thread Yonik Seeley
On 8/2/07, Pieter Berkel <[EMAIL PROTECTED]> wrote: > On 31/07/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > > > I'd be for refactors that wouldn't slow down the current JSON writer, > > or increase it's memory footprint. > > > > As a specific example, if serializing something like Iterable, the

Re: PHP Response Writer for Solr

2007-08-02 Thread Pieter Berkel
On 31/07/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > I'd be for refactors that wouldn't slow down the current JSON writer, > or increase it's memory footprint. > > As a specific example, if serializing something like Iterable, the > JSON writer should still be able to stream each element rather

Re: PHP Response Writer for Solr

2007-07-30 Thread Yonik Seeley
distribution. > > http://www.nabble.com/Created%3A-%28SOLR-196%29-A-PHP-response-writer-for-Solr-tf3458434.html > http://www.nabble.com/-jira--Created%3A-%28SOLR-275%29-PHP-Serialized-Response-Writer-tf3980951.html > > There is quite a bit of code duplication in SOLR-196 which I'

PHP Response Writer for Solr

2007-07-25 Thread Pieter Berkel
I've been using the proposed PHP response writer code from SOLR-196 (eval-able php code) and SOLR-275 (serialized php data) for some time now and would like to work towards getting these included in the main Solr distribution. http://www.nabble.com/Created%3A-%28SOLR-196%29-A-PHP-response-w

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-06-21 Thread Tristan Vittorio (JIRA)
l 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 Fea

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-03-24 Thread Paul Borgermans (JIRA)
want to touch the Python and Ruby response writers (yet). My next priority however is to release a set of PHP classes to interact with Solr. If these protected variables appear, the PHP response writer will be immediately adapted. Regards Paul > A PHP response writer for S

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-03-24 Thread Yonik Seeley (JIRA)
like ARRAY_START, ARRAY_SEP, ARRAY_END, etc, would allow us to eliminate some code duplication? > A PHP response writer for Solr > -- > > Key: SOLR-196 > URL: https://issues.apache.org/jira/browse/SOLR-196 >

[jira] Updated: (SOLR-196) A PHP response writer for Solr

2007-03-24 Thread Paul Borgermans (JIRA)
response writer (patch made against trunk rev 516287) This relies on a correct schema.xml config file with respect to multi valued fields!! Otherwise, duplicate keys are generated. > A PHP response writer for Solr > -- > > K

[jira] Created: (SOLR-196) A PHP response writer for Solr

2007-03-24 Thread Paul Borgermans (JIRA)
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