views:

32

answers:

1

With Compass going the way of the dodo (or at least no longer being actively developed), I wonder what other technologies there are that fill a similar role. I'm aware of Hibernate Search, but nothing else really. It seems the direction things are going is towards full indexing agnostic of entities and relationships. Are there other technologies that are worth looking into? Are there benefits to using something more agnostic like Solr?

+1  A: 

Solr is awesome. I don't know your exact use case, but solr will probably handle it.

Xodarap
I think Solr's DataImportHandler may fit the bill if you want incremental indexing of database entities.
Yuval F