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(ITNRY_DTL_TX as CLOB(1M)) as ITNRY_DTL_TX from TITIN00.ITNRY_DTL where ITNRY_DTL_TX IS NOT NULL FETCH FIRST 50 ROWS ONLY Select XMLCAST(ITNRY_DTL_TX AS CLOB(1M)) as ITNRY_DTL_TX from TITIN00.ITNRY_DTL where ITNRY_DTL_TX 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-tp4105079p4106110.html Sent from the Solr - User mailing list archive at Nabble.com.