Hi, sorry im not familiar with the dataimporthandler development console, I thought you were just trying to do a import.

For me to try to import data, I would do:
http://localhost:8983/solr/dataimport?command=full-import

Then check status of it using:
http://localhost:8983/solr/dataimport

you can refresh this screen as many times as you want, this should show progress and if it worked or not, also you should see errors in the log.

I used this to get started with DIH, even though its mysql, it might help you
http://www.cabotsolutions.com/blog/200905/using-solr-lucene-for-full-text-search-with-mysql/

Joel


On Dec 14, 2009, at 10:27 AM, Turner, Robbin J wrote:

How does this help answer my question? I am trying to use the DATAImportHandler Development console. The url you suggest assumes I had it working already.

Looking at my logs and the response to the Development console, it does not appear that the connection to Oracle is being made.

So if 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 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 oracle and would love it if
someone could give me some pointers.  I put the ojdbc14.jar in both
the Tomcat lib and <solr home>/lib.  I created a dataimport.xml and
enabled it in the solrconfig.xml.  I go to the http://<solr server>/
solr/admin/dataimport.jsp.  This all seems to be fine, but I get the
default page response and doesn't look like the connection to the
oracle server is even attempted.

I'm using the Solr 1.4 release on Nov 10.
Do I need an oracle client on the server?  I thought having the ojdbc
jar should be sufficient.  Any help or configuration examples for
setting this up would be much appreciated.

Thanks
Robbin


Reply via email to