Hi Hardy
HIbernate provide what i need to search/indexing. But In SOLR scalability
feature is more transparent and i dont have to implements JMS Queue or
something to synchronized master with slaves. Also, solr provides multicore
feature, where i can put many index in one instance of SOLR.
Our tea
On Jan 26, 2012, at 3:01 AM, Anderson vasconcelos wrote:
> Hi Hardy, Thanks for the reply.
> I Wanna use HIbernate Search, because it has a lot of features that SOLRJ
> doesn't have, like embebed objects mapping, easy way to call search (because
> is similar to create HQL query) and easy way t
Hi Hardy, Thanks for the reply.
I Wanna use HIbernate Search, because it has a lot of features that SOLRJ
doesn't have, like embebed objects mapping, easy way to call search
(because is similar to create HQL query) and easy way to integrate database
data with index data.
For developers, Hibernate S
Hi,
> It's possible to use apache SOLR integrated with HIbernate Search? I
> wanna to use the features of HIbernate Search (Like integration with
> database objects, MultiObject Mapping, indexedEmbebed, etc) and use
> SOLR for indexing and search, this is possible?
At the moment there is no integ
Hi
It's possible to use apache SOLR integrated with HIbernate Search? I
wanna to use the features of HIbernate Search (Like integration with
database objects, MultiObject Mapping, indexedEmbebed, etc) and use
SOLR for indexing and search, this is possible?
Thanks
__