Re: Request Assistance with DIH

2009-12-11 Thread Joel Nylund
add ?command=full-import to your url http://localhost:8983/solr/dataimport?command=full-import thanks Joel On Dec 11, 2009, at 7:45 PM, Robbin wrote: I've been trying to use the DIH with oracle and would love it if someone could give me some pointers. I put the ojdbc14.jar in both the Tom

RE: Request Assistance with DIH

2009-12-14 Thread Turner, Robbin J
someone could offer some configuration/connection setup directions I would very much appreciate it. Thanks Robbin -Original Message- From: Joel Nylund [mailto:jnyl...@yahoo.com] Sent: Friday, December 11, 2009 8:26 PM To: solr-user@lucene.apache.org Subject: Re: Request Assistance with

Re: Request Assistance with DIH

2009-12-14 Thread Joel Nylund
, December 11, 2009 8:26 PM To: solr-user@lucene.apache.org Subject: Re: Request Assistance with DIH add ?command=full-import to your url http://localhost:8983/solr/dataimport?command=full-import thanks Joel On Dec 11, 2009, at 7:45 PM, Robbin wrote: I've been trying to use the DIH with oracl

Re: Request Assistance with DIH

2009-12-14 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Sat, Dec 12, 2009 at 6:15 AM, Robbin wrote: > I've been trying to use the DIH with oracle and would love it if someone > could give me some pointers.  I put the ojdbc14.jar in both the Tomcat lib > and /lib.  I created a dataimport.xml and enabled it in the > solrconfig.xml.  I go to the http:/

RE: Request Assistance with DIH

2009-12-14 Thread Ken Lane (kenlane)
en -Original Message- From: Turner, Robbin J [mailto:robbin.j.tur...@boeing.com] Sent: Monday, December 14, 2009 10:27 AM To: solr-user@lucene.apache.org Subject: RE: Request Assistance with DIH How does this help answer my question? I am trying to use the DATAImportHandler Development co

RE: Request Assistance with DIH

2009-12-15 Thread Turner, Robbin J
AM To: solr-user@lucene.apache.org Subject: RE: Request Assistance with DIH Hi Robbin, I just went through this myself (I am a newbie). The key things to look at are: 1. Your data_config.xml. I created a table called 'foo' and an ora_data_config.xml file with a simple example

RE: Request Assistance with DIH

2009-12-16 Thread Ken Lane (kenlane)
wd to point to solr/home? Thanks again Robbin -Original Message----- From: Ken Lane (kenlane) [mailto:kenl...@cisco.com] Sent: Monday, December 14, 2009 11:04 AM To: solr-user@lucene.apache.org Subject: RE: Request Assistance with DIH Hi Robbin, I just went through this myself (I am a newb

RE: Request Assistance with DIH, development console

2009-12-16 Thread Turner, Robbin J
would be very much appreciated. -Original Message- From: Ken Lane (kenlane) [mailto:kenl...@cisco.com] Sent: Wednesday, December 16, 2009 7:48 AM To: solr-user@lucene.apache.org Cc: Turner, Robbin J Subject: RE: Request Assistance with DIH Regarding getting the working directory set, I got the

Re: Request Assistance with DIH, development console

2009-12-16 Thread Shalin Shekhar Mangar
On Thu, Dec 17, 2009 at 1:47 AM, Turner, Robbin J < robbin.j.tur...@boeing.com> wrote: > > My dataconfig.xml is > > > driver="oracle.jdbc.driver.OracleDriver" >url="jdbc.oracle:thin:@xxx-xxx-x:1521:" >username="__xxx" >