We use SOLR as an indexing engine for our application, and db sync with solr is required.
When I said "porting" I should have probably said "small adaptation", since I'm using far lesser features than the ones in the engine you've wrote.
The use case is that someone decided for SOLR as indexing engine. Deciding btw SOLR and lucene is another topic (basically related to the features SOLR provides).
emmanuel wrote:
BTW, what do ou mean by
Quote:
I'm trying to port hibernate lucene support to SOLR.
I thought about using SOLR as the back-end Hibernate Search as an alternative to direct Lucene calls, this might be (at least partially) possible. But I don't know how useful such a feature would be