You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by JohnRodey <ti...@yahoo.com> on 2010/06/30 18:36:02 UTC

Disable Solr Response Formatting

By default my SOLR response comes back formatted, like such


    
        <C/>
    


Is there a way to tell it to return it unformatted? like:

<C/> 
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Disable-Solr-Response-Formatting-tp933785p933785.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Disable Solr Response Formatting

Posted by JohnRodey <ti...@yahoo.com>.
Oops, let me try that again...

By default my SOLR response comes back formatted, like such 



  
    <C/>
  


    


Is there a way to tell it to return it unformatted? like: 

<C/> 
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Disable-Solr-Response-Formatting-tp933785p933793.html
Sent from the Solr - User mailing list archive at Nabble.com.

RE: Re: Disable Solr Response Formatting

Posted by JohnRodey <ti...@yahoo.com>.
Thanks!  I was looking for things to change in the solrconfig.xml file.

indent=off
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Disable-Solr-Response-Formatting-tp933785p933966.html
Sent from the Solr - User mailing list archive at Nabble.com.