RE: New Lucene User

2013-06-19 Thread raghavendra.k.rao
Ashwin, Thank you very much for your suggestions. I will take a look at Solr as well. Regards, Raghu -Original Message- From: Ashwin Tandel [mailto:ashwintan...@gmail.com] Sent: Tuesday, June 18, 2013 6:29 PM To: java-user@lucene.apache.org Subject: Re: New Lucene User Raghav, I

Re: New Lucene User

2013-06-18 Thread Ashwin Tandel
gt; > I'll research more to figure it out. But this is a great start, thanks to > everyone who provided suggestions. > > Regards, > Raghu > > > -Original Message- > From: heikki [mailto:tropic...@gmail.com] > Sent: Monday, June 17, 2013 5:35 PM > To:

RE: New Lucene User

2013-06-18 Thread raghavendra.k.rao
this is a great start, thanks to everyone who provided suggestions. Regards, Raghu -Original Message- From: heikki [mailto:tropic...@gmail.com] Sent: Monday, June 17, 2013 5:35 PM To: java-user@lucene.apache.org Subject: Re: New Lucene User hi, I think Lucene is an excellent option for

Re: New Lucene User

2013-06-17 Thread Jack Krupansky
Try starting with Solr. You can have your search server up and running without writing any code. And Solr's Data Import Handler can load data direct from the database. -- Jack Krupansky -Original Message- From: raghavendra.k@barclays.com Sent: Monday, June 17, 2013 5:03 PM To: ja

Re: New Lucene User

2013-06-17 Thread heikki
hi, I think Lucene is an excellent option for you. You don't need to export the data to a flat file first. You can just access your database (in whatever way you normally like, e.g. using JDBC or Hibernate). You can do this for example once a day, retrieving only modified records. For each record