RE: Re: Disable Solr Response Formatting

2010-06-30 Thread Markus Jelsma
Hi,

 

My client makes a mess out of your example but if you mean formatting as in 
indenting, then send indent=false, but it's already false by default. Check 
your requestHandler settings.

 

Cheers,
 
-Original message-
From: JohnRodey timothydd...@yahoo.com
Sent: Wed 30-06-2010 18:39
To: solr-user@lucene.apache.org; 
Subject: Re: Disable Solr Response Formatting


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

2010-06-30 Thread JohnRodey

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.