Re: Escaping options for tika/solr cell extract-only output

2010-03-04 Thread Chris Hostetter
: You can return it with any of the other writers, like JSON or PHP. The key being that the output from Tika is content -- that content just so happens to be a string containing xml -- which is then formated by a response writer. (although given that ExtractingRequestHandler has an extract onl

Re: Escaping options for tika/solr cell extract-only output

2010-03-03 Thread Lance Norskog
You can return it with any of the other writers, like JSON or PHP. The alternative design decision for the XML output writer would be to emit using CDATA instead of escaping. On Wed, Mar 3, 2010 at 12:54 PM, Dan Hertz (Insight 49, LLC) wrote: > Looking at http://wiki.apache.org/solr/ExtractingRe