[hibernate-dev] Re: Hibernate Lucene - forum issue

2006-10-16 Thread Ales Justin
>> What is DynamicBoost? I use it for computing boost at runtime - not just a static boost number.Since my boost can depend on current state of different resources.For example - I need my articles that are new, pushed higher than the old one's.public @interface DynamicBoost { float coef() defaul

[hibernate-dev] Re: Hibernate Lucene - forum issue

2006-10-13 Thread Emmanuel Bernard
Hi Ales Yes let's move that to the mailing list What is DynamicBoost? I've added support for @Boost on both attributes and entity I have also introduced a Bridge notion that do the translation between the property and the Lucene field. I'm almost done with that one. This is very much like the