Re: [hibernate-dev] Using SOLR with indexing/search Server

2012-01-26 Thread Anderson vasconcelos
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

Re: [hibernate-dev] Using SOLR with indexing/search Server

2012-01-26 Thread Hardy Ferentschik
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

Re: [hibernate-dev] Using SOLR with indexing/search Server

2012-01-25 Thread Anderson vasconcelos
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

Re: [hibernate-dev] Using SOLR with indexing/search Server

2012-01-25 Thread Hardy Ferentschik
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

[hibernate-dev] Using SOLR with indexing/search Server

2012-01-25 Thread Anderson vasconcelos
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 __