We are using Lucid UI and solr to index our collection of xml files. I am getting the solrDocumentList like this [SolrDocument[{id=1331226833510, Street_Addr=[113 113TH ST], name=[113 113TH ST SASKATOON SK S7N1V8], Municipality_Name=[SASKATOON], Province_Code=[SK], Postal_Code=[S7N1V8]}]
But I need to have a response like this " SolrDocument[{id=1330247542287, Municipality_Name=SASKATOON, Province_Code=SK, Postal_Code=S7N3Z1, Street_Addr=3-THE BROADWAY UNIVERSITY DR}] " Can any one help me where I am going wrong or is there any changes required in the schema.xml files. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/solrDocumentList-tp3987347.html Sent from the Solr - User mailing list archive at Nabble.com.