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 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 with ManifoldCF.

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

2012-02-27 Thread Karl Wright
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 with ManifoldCF. This should even work for documents from the JCIFS connector - even though the default urls from this connector are "file:" style, ther

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 e

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 ar

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 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 Parker

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 wrote: > type: JDBC > Authority: None > Database Type: ORACLE > Database and Host: 21:16:18:145:1521 > Instance/Database: main > User Name:

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 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 posting it into SOLR? > In gen

Transforming Manifold Metadata Prior to Pushing the Data into SOLR

2012-02-27 Thread Matthew Parker
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 posting it into SOLR? For instance, documents have metadata specifying their file path. I need to transform that to a URL I can use with

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 wrote: > I haven't seen this one. I'd love to know what the "connect > descriptor" it refers to is. > > Can