Re: Integrating Lucene with hibernate3

2005-12-13 Thread Benjamin Reitzammer
Hi, Hibernate 3.1 has (rudimentary) builtin support for Lucene, via Annotations. See here http://www.hibernate.org/hib_docs/annotations/reference/en/html/lucene.html I haven't tested it extensively but it worked quite well in my basic testing. Though couldn't find much documentation. But the sour

Re: Integrating Lucene with hibernate3

2005-12-10 Thread Raul Raja Martinez
Thanks Chris I appreciate your comments. I have succesfully fixed the first changing the parameter to true and the second error implementing three interfaces in one class and adding some lines to hibernate.cfg.xml, below is the code in case somebody is interested: hibernate.cfg.xml***

Re: Integrating Lucene with hibernate3

2005-12-10 Thread Chris Hostetter
: following the interceptor method (the second one in : http://www.hibernate.org/138.html) I don't know much about hibernate, but I think i understand both of your questions... : 1. Lucene's doesn't create the needed folder structure the first time : and it complains that it can't find segments.

Integrating Lucene with hibernate3

2005-12-09 Thread Raul Raja Martinez
I'm trying to integrate lucene with hibernate 3 in my tapestry CMS following the interceptor method (the second one in http://www.hibernate.org/138.html) I run into two different problems: 1. Lucene's doesn't create the needed folder structure the first time and it complains that it can't fin