Re: [hibernate-dev] brainstorming hibernate search integration Solr

2012-05-25 Thread Hardy Ferentschik
Np. Just shows that great minds think alike :-) On 25 May 2012, at 18:12, Sanne Grinovero wrote: > Hardy, > sorry for having ignored your email and saying basically the same > thing. I just received your email, but it seems you sent it a long > ago! I guess some server between us had trouble to

Re: [hibernate-dev] brainstorming hibernate search integration Solr

2012-05-25 Thread Sanne Grinovero
Hardy, sorry for having ignored your email and saying basically the same thing. I just received your email, but it seems you sent it a long ago! I guess some server between us had trouble today. Cheers, Sanne On 25 May 2012 09:53, Hardy Ferentschik wrote: > Hi, > > > On May 25, 2012, at 9:08 AM,

Re: [hibernate-dev] brainstorming hibernate search integration Solr

2012-05-25 Thread Gustavo Candela
Hi, Thanks for the response... At this moment I dont know how to generate the solr schema, i mean any solr schema. I only worked a little bit with solr but just asking, not any administration task. So, i think that first task is make work hibernate search with solr using a shema created by me. Th

Re: [hibernate-dev] brainstorming hibernate search integration Solr

2012-05-25 Thread Sanne Grinovero
Hi Gustavo, as I already had replied on the forums, if all you need is to have Solr read the Hibernate Search index that should already work without any needed change. Main points to check: - use a Solr version which uses a Lucene version which matches Hibernate Search. Not a strict requirement,

Re: [hibernate-dev] brainstorming hibernate search integration Solr

2012-05-25 Thread Hardy Ferentschik
Hi, On May 25, 2012, at 9:08 AM, Gustavo Candela wrote: > I don't know if HS puts some metainformation in the indexes and solr can > not read themi also think that i have to create an schema in solr with > the index fields… There is no hidden meta information. It's all in a standard Lucene

[hibernate-dev] brainstorming hibernate search integration Solr

2012-05-25 Thread Gustavo Candela
Hi all, Lately i have been thinking about integrating Hibernate Search with Solr. What i would like to have is Solr using Hibernate Search indexes. I could not start the implementation because i am working in other things at this moment. I would like to know any references or ideas I don't kn