Re: about the xml output format

2009-01-16 Thread Marc Sturlese
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

Re: about the xml output format

2009-01-16 Thread Bill Au
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,

Re: about the xml output format

2009-01-16 Thread Marc Sturlese
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

Re: about the xml output format

2009-01-16 Thread Erik Hatcher
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