Hi Anderson, Not sure if you saw http://wiki.apache.org/solr/DataImportHandler
Otis ---- Performance Monitoring SaaS for Solr - http://sematext.com/spm/solr-performance-monitoring/index.html ----- Original Message ----- > From: Anderson vasconcelos <anderson.v...@gmail.com> > To: solr-user <solr-user@lucene.apache.org> > 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 > 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 this? > > If it's not possible, whats the best strategy to unify the search on > index with search in database using SOLR? Manually join of results > from index in database query using temporary table or in clause? > > Thanks >