Re: Cannot find OracleDriver

2012-02-27 Thread Matthew Parker
type: JDBC Authority: None Database Type: ORACLE Database and Host: 21:16:18:145:1521 Instance/Database: main User Name: Password: X On Sun, Feb 26, 2012 at 2:48 PM, Karl Wright daddy...@gmail.com wrote: I haven't seen this one. I'd love to know what the connect descriptor it refers

Re: Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Karl Wright
Please see my response interleaved below. On Mon, Feb 27, 2012 at 9:53 AM, Matthew Parker mpar...@apogeeintegration.com wrote: I'm trying to push data into SOLR.. Is there a way to transform the metadata coming in from different data sources like SharePoint, and the File Share, prior to

Re: Cannot find OracleDriver

2012-02-27 Thread Karl Wright
So if the Database and Host field really is 21:16:18:145:1521, try 21.16.18.145:1521 instead. ;-) Karl On Mon, Feb 27, 2012 at 9:22 AM, Matthew Parker mpar...@apogeeintegration.com wrote: type: JDBC Authority: None Database Type: ORACLE Database and Host: 21:16:18:145:1521

Re: Cannot find OracleDriver

2012-02-27 Thread Matthew Parker
Sorry. I used the wrong character. It is configured for 21.16.18.145:1521 On Mon, Feb 27, 2012 at 10:27 AM, Karl Wright daddy...@gmail.com wrote: So if the Database and Host field really is 21:16:18:145:1521, try 21.16.18.145:1521 instead. ;-) Karl On Mon, Feb 27, 2012 at 9:22 AM, Matthew

Re: Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Matthew Parker
Karl, I'm importing data from a number of sources to include: SharePoint, File shares, and an ORACLE database. The files/records are indexed by SOLR. Right now, some of the import is done through custom SOLR's Data Import Handler facilities. I'm hoping to move away from that in the future. We

Re: Cannot find OracleDriver

2012-02-27 Thread Karl Wright
The connect URL it will use given those parameters is the following: String dburl = jdbc: + providerName + // + host + / + database + ((instanceName==null)?:;instance=+instanceName); Or, filled in with your parameters: jdbc:oracle:thin:@//21.16.18.145:1521/main The main at the end is what

Re: Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Matthew Parker
Thanks for the insights Karl. I'll have to give this a little more thought. On Mon, Feb 27, 2012 at 1:22 PM, Karl Wright daddy...@gmail.com wrote: If you've got a mix of data and only some of it comes through ManifoldCF, you can still use the ManifoldCF-generated URL for those that originate