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

Reply via email to