How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Sam Lee
Hi, My network is designed to have a bunch of advertisers to enter their ads with keywords. I think of using mysql to store those, and then use lucene and part of nutch to index them from mysql db, so that the websites can find and show the ads. But how do I integrate lucene/nutch with mysql?

Re: How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Rick Hillegas
Hi Sam, I asked a similar question yesterday, and Steven Rowe kindly pointed me at the following code and examples, which you can use to integrate Lucene with Derby: http://issues.apache.org/jira/browse/LUCENE-434 For the record, Derby is the Apache open source database. It's a

Re: How to Integrate Lucene/Nutch with Mysql?

2005-10-25 Thread Sam Lee
No, I need to use mysql. thanks. --- Rick Hillegas [EMAIL PROTECTED] wrote: Hi Sam, I asked a similar question yesterday, and Steven Rowe kindly pointed me at the following code and examples, which you can use to integrate Lucene with Derby: