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