Re: about the xml output format

2009-01-16 Thread Marc Sturlese
; >> > There's an XSL option that you can use without writing any code: >> > >> > <http://wiki.apache.org/solr/XsltResponseWriter> >> > >> > But beyond that, you can write your own QueryResponseWriter >> > implementation and plug it into solrco

Re: about the xml output format

2009-01-16 Thread Bill Au
> implementation and plug it into solrconfig.xml for > > &wt=my_custom_writer. See Solr's example solrconfig.xml for details > > on that. > > > > Erik > > > > > > > > -- > View this message in context: > http://www.nabble.com/about-the-xml-output-format-tp21504381p21505146.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: about the xml output format

2009-01-16 Thread Marc Sturlese
le solrconfig.xml for details > on that. > > Erik > > > -- View this message in context: http://www.nabble.com/about-the-xml-output-format-tp21504381p21505146.html Sent from the Solr - User mailing list archive at Nabble.com.

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

about the xml output format

2009-01-16 Thread Marc Sturlese
to do that? Thanks in advance -- View this message in context: http://www.nabble.com/about-the-xml-output-format-tp21504381p21504381.html Sent from the Solr - User mailing list archive at Nabble.com.