Hi, I am newbie for solr search engin. I don't find any juicy information on how to configure the ORACLE data base to index the tables using solr search engin. There are huge documents spread over wiki pages. I need some core information. I am using Apache-tomcat 5.5.26, and oracle 9i. Can you please provide me a brief details for installing and configuring the database with solr and how to indexing the rows. Your help will really save lot of my time.
-----Original Message----- From: Venu Mittal [mailto:metale...@yahoo.com] Sent: Thursday, March 05, 2009 1:14 PM To: solr-user@lucene.apache.org Subject: Re: How to search the database tables using solr. Does anybody has any stats to share on how much time does DataImportHandler takes to index a given set of data ? I am currently indexing 18 millions rows in 1.5 - 2 hours by sending xmls to solr. ________________________________ From: Shalin Shekhar Mangar <shalinman...@gmail.com> To: solr-user@lucene.apache.org; cra...@ceiindia.com Sent: Wednesday, March 4, 2009 8:15:07 AM Subject: Re: How to search the database tables using solr. On Wed, Mar 4, 2009 at 7:51 PM, Radha C. <cra...@ceiindia.com> wrote: > Thanks Shalin, > > We just stepped on solr. This information is very much useful for me. > But before that I want some clear details about where to start.. > I want to test this in my local environment, so I need some basic > information about how to start using this ( database and solr ). Do > you have some information on this? > I think the easiest way is to start using Solr is with the embedded jetty container. Modify the example/conf/schema.xml file and add your own fields etc. Read through the DataImportHandler wiki page and at the example/example-DIH directory in the solr zip/tarball. If you have a specific doubt/question, ask on the list. -- Regards, Shalin Shekhar Mangar.