Hi Shawn, Thanks much for the reply! We have this working through Java layer and facing the issues when integrated with SOLR layer.
We tried to tweak the Query itself to return the String - following are the options we tried, and still there was no luck. Do we need to tweak anything in the Schema.xml, with regard to the field: cust_data? select XMLSERIALIZE(DTL_XML as CLOB(1M)) as DTL_XML from testSch.SUMMRY_DTL where DTL_XML IS NOT NULL FETCH FIRST 50 ROWS ONLY Select XMLCAST(DTL_XML AS CLOB(1M)) as DTL_XML from testSch.SUMMRY_DTL where DTL_XML IS NOT NULL FETCH FIRST 50 ROWS ONLY Thanks Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Importing-Indexing-the-DB2-XML-FieldType-in-SOLR-tp4105079p4106111.html Sent from the Solr - User mailing list archive at Nabble.com.