RE: Unable to check Solr 4.6 SPLITSHARD command progress

2013-12-26 Thread Craig Christman - US
We ran into this exact scenario and resolved by applying SOLR-5214 (://issues.apache.org/jira/browse/SOLR-5214) From: binit [b.initth...@gmail.com] Sent: Friday, December 13, 2013 10:45 PM To: solr-user@lucene.apache.org Subject: Re: Unable to check Solr

RE: Out of Memory

2010-03-23 Thread Craig Christman
Is this on Oracle 10.2.0.4? Looking at the Oracle support site there's a memory leak using some of the XML functions that can be fixed by upgrading to 10.2.0.5, 11.2, or by using 10.2.0.4 Patch 2 in Windows 32-bit. -Original Message- From: Neil Chaudhuri

RE: XPath Processing Applied to Clob

2010-03-18 Thread Craig Christman
You could also do the xpath processing on the oracle end using the extract or extractValue functions. Here's a good reference: http://www.psoug.org/reference/xml_functions.html -Original Message- From: Neil Chaudhuri [mailto:nchaudh...@potomacfusion.com] Sent: Wednesday, March 17,

RE: Indexing CLOB Column in Oracle

2010-03-17 Thread Craig Christman
To convert an XMLTYPE to CLOB use the getClobVal() method like this: SELECT d.XML.getClobVal() FROM DOC d WHERE d.ARCHIVE_ID = '${doc.ARCHIVE_ID}' -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Tuesday, March 16, 2010 7:37 PM To: solr-user@lucene.apache.org