Re: DB to Lucene parsers

2006-10-13 Thread Mark Miller
On 10/13/06, Serhiy Polyakov <[EMAIL PROTECTED]> wrote: Hi, I know I can do DB -> XML -> Lucene but may be there are other solutions? There is no need to go from DB -> XML -> Lucene. While you can write an XML Document handler for Lucene (as is done in LIA), it would be just as easy to writ

Re: DB to Lucene parsers

2006-10-13 Thread Chris Lu
bsight.com On 10/13/06, Serhiy Polyakov <[EMAIL PROTECTED]> wrote: Hi, I need to index a database with Lucene. Can you suggest where to start looking for the DB to Lucene parsers? I will need to parse data from MySQL, MS SQL, Oracle and several other databases. Structure of data is pretty

DB to Lucene parsers

2006-10-13 Thread Serhiy Polyakov
Hi, I need to index a database with Lucene. Can you suggest where to start looking for the DB to Lucene parsers? I will need to parse data from MySQL, MS SQL, Oracle and several other databases. Structure of data is pretty simple - almost flat tables. I know I can do DB -> XML -> Lucene b