Re: solr and hibernate integration

2009-11-09 Thread Kiwi de coder
so is that any plan to support in future version of solr ? or anyone is interesting to write one :) as i see that it can take advantages of solr features like facet, spell check etc. 2009/11/9 Noble Paul നോബിള്‍ नोब्ळ् > The point is that the usual complex POJO mapping does not work in > Solr.

Re: solr and hibernate integration

2009-11-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
The point is that the usual complex POJO mapping does not work in Solr. For all the supported cases , SolrJ mapping works well To answer your question , I am not aware of anybody making it work w/ hibernate On Mon, Nov 9, 2009 at 1:54 PM, Kiwi de coder wrote: > hi, > > I had a project which is

solr and hibernate integration

2009-11-09 Thread Kiwi de coder
hi, I had a project which is required to index POJO and search it from database. however, the current support for POJO is only limited to field value, which still lack of support of complex domain object model like composite element, collection etc. hibernate search had done a great job that is