Thank u very much for ur reply   Erik Hatcher...
      actually i thought to use my solr response in Jquery page.....

i have one sample url 
http://api.geonames.org/postalCodeSearchJSON?postalcode=9011&maxRows=10&username=demo
http://api.geonames.org/postalCodeSearchJSON?postalcode=9011&maxRows=10&username=demo
 
which will produce json response and i successfully got the data from that
url but i am unable to get the data from my solr url which will give the
following response

{
  "response":{"numFound":20,"start":0,"docs":[
      {
        "keywords":"test"},
      {
        "keywords":"test"},
      {
        "keywords":"test"},
      {
        "keywords":"Test"},
      {
        "keywords":"test"},
      {
        "keywords":"test"},
      {
        "keywords":"test"},
      {
        "keywords":"test"},
      {
        "keywords":"test"},
      {
        "keywords":"Test"}]
  }} so i need to format the above response as pure json response but i am
unable to do that...so please help me

--
View this message in context: 
http://lucene.472066.n3.nabble.com/is-it-possible-to-remove-response-header-from-the-JSON-fromat-tp3261957p3263891.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to