Re: HIbernate Search and SOLR Integration

2012-01-20 Thread Anderson vasconcelos
rg; Otis Gospodnetic < > otis_gospodne...@yahoo.com> > > Cc: > > Sent: Friday, January 20, 2012 8:33 AM > > Subject: Re: HIbernate Search and SOLR Integration > > > > Otis, > > The DataImportHandler is not only for import data from database? I don't > &g

Re: HIbernate Search and SOLR Integration

2012-01-20 Thread Otis Gospodnetic
Anderson vasconcelos > To: solr-user@lucene.apache.org; Otis Gospodnetic > Cc: > Sent: Friday, January 20, 2012 8:33 AM > Subject: Re: HIbernate Search and SOLR Integration > > Otis, > The DataImportHandler is not only for import data from database? I don't > wanna to impor

Re: HIbernate Search and SOLR Integration

2012-01-20 Thread Anderson vasconcelos
> From: Anderson vasconcelos > > To: solr-user > > Cc: > > Sent: Thursday, January 19, 2012 10:08 PM > > Subject: HIbernate Search and SOLR Integration > > > > Hi. > > > > It's possible to integrate Hibernate Search with SOLR? I wanna use >

Re: HIbernate Search and SOLR Integration

2012-01-19 Thread Otis Gospodnetic
: > Sent: Thursday, January 19, 2012 10:08 PM > Subject: HIbernate Search and SOLR Integration > > Hi. > > It's possible to integrate Hibernate Search with SOLR? I wanna use > Hibernate Search in my entities and use SOLR to make the work of index > and search. Hibernate Sear

HIbernate Search and SOLR Integration

2012-01-19 Thread Anderson vasconcelos
Hi. It's possible to integrate Hibernate Search with SOLR? I wanna use Hibernate Search in my entities and use SOLR to make the work of index and search. Hibernate Search call SOLR to find in index and than find the respective objects in database. Is that possible? Exists some configuration for th