Hi, 
    I wanted some inputs on the solr result xml.
    Currently the result obtained will be of the format 

     <doc>
           <str attrName1="attrValue1">attrResult1</str>
           <str attrName2="attrValue2">attrResult2</str>
     </doc>

    Is it possible some how to change it to the form

   <doc>
      <attrValue1>attrResult1</attrValue>
      <attrValue2>attrResult2</attrValue>
   </doc>

   The reason why I am asking this is to reduce the amount of logic required
to parse the xml and get the  required data.Currently I am facing
performance issues because of this.

   Please provide your inputs for the same.
    Please inform if there are any alternatives.
Regards,
Rinesh
-- 
View this message in context: 
http://www.nabble.com/Solr-result-xml-related-query-tp21126465p21126465.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to