Re: Importing/Indexing the DB2 XML FieldType in SOLR

2013-12-11 Thread ravi1984
Thanks again Shawn. The CLOB transformer helped. Thanks Ravi -- View this message in context: http://lucene.472066.n3.nabble.com/Importing-Indexing-the-DB2-XML-FieldType-in-SOLR-tp4105079p4106307.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Importing/Indexing the DB2 XML FieldType in SOLR

2013-12-11 Thread ravi1984
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 Schem

Re: Importing/Indexing the DB2 XML FieldType in SOLR

2013-12-11 Thread ravi1984
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.

Importing/Indexing the DB2 XML FieldType in SOLR

2013-12-05 Thread ravi1984
I'm using DB2 9.x and I have a column named DTL_XML of type XML. Following are the snippets of data-config.xml & schema.xml within my SOLR instance. data-config.xml: Snippets from schema.xml: cust_data When I query the SOLR, my requirement is to retrieve t