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

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

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

[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 __