RE: XPath Processing Applied to Clob

2010-03-18 Thread Craig Christman
ch 17, 2010 3:24 PM To: solr-user@lucene.apache.org Subject: XPath Processing Applied to Clob I am using the DataImportHandler to index 3 fields in a table: an id, a date, and the text of a document. This is an Oracle database, and the document is an XML document stored as Oracle's xmltype

Re: XPath Processing Applied to Clob

2010-03-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
nything. > > Any insight is appreciated. > > Thanks. > > > > From: Neil Chaudhuri > Sent: Wednesday, March 17, 2010 3:24 PM > To: solr-user@lucene.apache.org > Subject: XPath Processing Applied to Clob > > I am using the DataImportHandler to index 3 fields in a ta

Re: XPath Processing Applied to Clob

2010-03-17 Thread Lance Norskog
t" forEach="/MESSAGE"> >                   >         > > > But this didn't seem to change anything. > > Any insight is appreciated. > > Thanks. > > > > From: Neil Chaudhuri > Sent: Wednesday, March 17, 2010 3:24 PM > To: solr-user@lucene.apache

RE: XPath Processing Applied to Clob

2010-03-17 Thread Neil Chaudhuri
Incidentally, I tried adding this: But this didn't seem to change anything. Any insight is appreciated. Thanks. From: Neil Chaudhuri Sent: Wednesday, March 17, 2010 3:24 PM To: solr-user@lucene.apache.org Subject: XPath Processing Applied to Cl

XPath Processing Applied to Clob

2010-03-17 Thread Neil Chaudhuri
I am using the DataImportHandler to index 3 fields in a table: an id, a date, and the text of a document. This is an Oracle database, and the document is an XML document stored as Oracle's xmltype data type. Since this is nothing more than a fancy CLOB, I am using the ClobTransformer to extract