Re: [hibernate-dev] HibernateSearch DocumentBuilder questions

2006-11-25 Thread Mario Ivankovits
Hi Emmanuel! > No it's > http://fisheye.labs.jboss.com/browse/Hibernate/branches/Branch_3_2/HibernateExt/metadata/src/java/org/hibernate/search/engine/DocumentBuilder.java?r=10867 > > I have merged everything back to the 3.2 version and the version you > point to is a very old one :-) Oh ...ok .. I

[hibernate-dev] HibernateSearch DocumentBuilder questions

2006-11-25 Thread Mario Ivankovits
Hi! Is [1] the actual version of the DocumentBuilder? If so, I think we miss something like a "converter" on fields. As far as I remember to allow "range queries" (from, to value) you have to create a special string which allows this for numeric values and dates. You have to ensure ordering for n

Re: [hibernate-dev] Hibernate search(lucene) update question & opinion.

2006-11-24 Thread Mario Ivankovits
Hi Emmanuel! > Remember that while you can use the same index for your whole domain > model, One index per entity is the recommended approach. Do you expect > a finer grained model? Under which partition strategy? First, I hadn't had the time till now to have a look at Hibernate Search, so sorry if

Re: [hibernate-dev] Hibernate search(lucene) update question & opinion.

2006-11-24 Thread Mario Ivankovits
Hi Emmanuel! > 2. add an FullTextSession.optimize(Class) method, and the application > is responsible for the method trigger. This is the easy solution but > put more work on the user. And I'm not happy to push a maintenance API > to the Session. Esp since this is more of a SessionFactory like API.