Re: lucene with mysql integration

2006-06-05 Thread Chris Lu
Basically you select all your data and use Lucene's simple API to create a Document object. But this is just creating index part. To parse the user-input query and maintain content~lucene index synchronization needs some effort. You can try DBSight. It can setup a database search maybe 15 minutes

lucene with mysql integration

2006-06-05 Thread Adam Saeed
Can some body help me to integrate without coding all the stuff ; lucene with mysql. is there any startup document for a Newbie Java person for lucene with mysql? Thanks Adam - To unsubscribe, e-mail: [EMAIL PROTECTED] For add