RE: Lucene Indexing DB records?

2008-08-22 Thread John Griffin
Try Hibernate Search - http://www.hibernate.org/410.html John G. -Original Message- From: ??? [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 3:27 AM To: java-user@lucene.apache.org Subject: Lucene Indexing DB records? Guess I don't quite understand why there are so few posts ab

Re: Lucene Indexing DB records?

2008-08-22 Thread Marcelo Ochoa
> Actually there are many projects for Lucene + Database. Here is a list I > know: > > * Hibernate Search > * Compass, (also Hibernate + Lucene) > * Solr + DataImportHandler (Searching + Crawler) > * DBSight, (Specific for database, closed source, but very customizable, > easy to setup) > * Browse

Re: Lucene Indexing DB records?

2008-08-22 Thread Chris Lu
Actually there are many projects for Lucene + Database. Here is a list I know: * Hibernate Search * Compass, (also Hibernate + Lucene) * Solr + DataImportHandler (Searching + Crawler) * DBSight, (Specific for database, closed source, but very customizable, easy to setup) * Browse Engine -- Chris

Re: Lucene Indexing DB records?

2008-08-22 Thread Shalin Shekhar Mangar
You might also want to look at Solr and DataImportHandler. http://lucene.apache.org/solr http://wiki.apache.org/solr/DataImportHandler On Fri, Aug 22, 2008 at 2:56 PM, ??? <[EMAIL PROTECTED]> wrote: > Guess I don't quite understand why there are so few posts about Lucene > indexing DB records. S