Re: Creating lucene index from databases

2009-03-31 Thread Chris Lu
ard too, and in some ways a worse kind of hard. -Original Message- From: kranthi reddy [mailto:kranthili2...@gmail.com] Sent: Tuesday, March 31, 2009 4:34 PM To: java-user@lucene.apache.org Subject: Creating lucene index from databases Hi all, I am new to lucene. I want to bu

RE: Creating lucene index from databases

2009-03-31 Thread Allahbaksh Mohammedali Asadullah
, and in some ways a worse kind of hard. -Original Message- From: kranthi reddy [mailto:kranthili2...@gmail.com] Sent: Tuesday, March 31, 2009 4:34 PM To: java-user@lucene.apache.org Subject: Creating lucene index from databases Hi all, I am new to lucene. I want to build a

Creating lucene index from databases

2009-03-31 Thread kranthi reddy
Hi all, I am new to lucene. I want to build a search engine. The entire content on which I want to search is stored in Mysql database. Is it possible to use the content in sql database to build an index using lucene? If it is possible, please give a few tips on how it can be done. Thank you fo