Yeah, I saw that... I am wandering if php serialized response use UTF-8
encoding by default...
Thanks
Bill Au wrote:
>
> Solr does have a PHPResponseWriter:
>
> http://wiki.apache.org/solr/SolPHP?highlight=(CategoryQueryResponseWriter)|((CategoryQueryResponseWriter))
>
> http://lucene.apache.o
Solr does have a PHPResponseWriter:
http://wiki.apache.org/solr/SolPHP?highlight=(CategoryQueryResponseWriter)|((CategoryQueryResponseWriter))
http://lucene.apache.org/solr/api/org/apache/solr/request/PHPResponseWriter.html
Bill
On Fri, Jan 16, 2009 at 1:09 PM, Marc Sturlese wrote:
>
> Thanks,
Thanks, I have to study it but I think php serialized format will be the best
for my case...
Erik Hatcher wrote:
>
>
> On Jan 16, 2009, at 12:26 PM, Marc Sturlese wrote:
>> I would like to know if there is any way to customize the output xml
>> that
>> contains the response. I have been check
On Jan 16, 2009, at 12:26 PM, Marc Sturlese wrote:
I would like to know if there is any way to customize the output xml
that
contains the response. I have been checking the source and looks for
me that
should be something close to XMLWriter.java and
XMLResponseWriter.java but
not sure about