[hibernate-dev] Using SOLR with indexing/search Server
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 ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Using SOLR with indexing/search Server
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 Search is more easy to use. Also, i wanna use solr like a search server ( with master, slaves and shards). Regards Anderson 2012/1/25 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 integration between Hibernate Search and SOLR. > You are saying that you want to use SOLR for indexing and search, what > would > you need Hibernate Search for in this case? > > Why not just use Hibernate Search and use all to its benefits? Is there a > particular > reason you want to use SOLR? > > --Hardy > > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Using SOLR with indexing/search Server
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 team decided to use SOLR. We just wanted to use HIbernate like a developer API and SOLR as server for index/search. Since this is not possible, we will use SOLRJ API and who Knows we increments this API. Thanks a lot for your help and considerations Regards Anderson 2012/1/26 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 to integrate database > data with index data. > > For developers, Hibernate Search is more easy to use. > > That's good to hear :-) > > > Also, i wanna use solr like a search server ( with master, slaves and > shards). > > Hibernate Search also offers master/slave setups using JMS or JGroups for > communication between master and slaves. Have a look at > http://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#jms-backend > Also it is possible to split large indexes into multiple shards (if this > is what you mean with sharding). Do you have a concrete use case or > requirement you think Search cannot meet? > > --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev