Re: Databases

2010-07-27 Thread manjula wijewickrema
Hi, Thanks a lot for your information. Regards, Manjula. On Fri, Jul 23, 2010 at 12:48 PM, tarun sapra wrote: > You can use HibernateSearch to maintain the synchronization between Lucene > index and Mysql RDBMS. > > On Fri, Jul 23, 2010 at 11:16 AM, manjula wijewickrema > wrote: > > > Hi, > >

Re: Databases

2010-07-23 Thread tarun sapra
You can use HibernateSearch to maintain the synchronization between Lucene index and Mysql RDBMS. On Fri, Jul 23, 2010 at 11:16 AM, manjula wijewickrema wrote: > Hi, > > Normally, when I am building my index directory for indexed documents, I > used to keep my indexed files simply in a directory

Re: Databases

2010-07-23 Thread Chris Lu
3) Sounds you want to use Lucene for storage, without databases like mysql. It may work, but hard for later data management. 1) and 2) You can use mysql as main storage, and pull data out to create Lucene indexes. Pay attention to incremental changes. It's a continuous process, not one-time data

Re: Databases

2010-07-22 Thread Glen Newton
LuSql is a tool specifically oriented to extracting from JDBC accessible databases and indexing the contents. You can find it here: http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql User manual: http://cuvier.cisti.nrc.ca/~gnewton/lusql/v0.9/lusqlManual.pdf.html A new version i