[hibernate-dev] [BV] Latest version of the spec

2009-05-02 Thread Emmanuel Bernard
I had to move to the latest version of the spec to http://people.redhat.com/~ebernard/validation/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] New parameter for @Boost

2009-05-02 Thread John Griffin
Would'nt it be better to leave this annotation as is and add a new one for this new requirement? How much would this complicate things? -- John Griffin Senior Software Engineer Overstock.com http://thediningphilosopher.blogspot.com/ Hibernate Search in Action (http://www.manning.com/bernard/) _

Re: [hibernate-dev] Search: Dynamic Document boosting

2009-05-02 Thread Sanne Grinovero
Thank you very much for the suggestions, maybe what I was trying is wrong. I'll try to use the FunctionQuery; remember I had the patch in Search more or less working if one day you might need it. BTW I've just realized the Discriminator interface is having a nasty typo in the public api method nam

Re: [hibernate-dev] Search: Dynamic Document boosting

2009-05-02 Thread Sanne Grinovero
2009/4/30 Emmanuel Bernard : > > On  Apr 30, 2009, at 13:01, Sanne Grinovero wrote: > >> Basically I need a function to convert a user-proposed term to a >> series of proposals >> of "similar" terms but giving a higher rank to the terms I'd prefer >> him to choose as they >> are the correct names u

Re: [hibernate-dev] Search: Dynamic Document boosting

2009-05-02 Thread Emmanuel Bernard
On Apr 30, 2009, at 14:11, Sanne Grinovero wrote: 2009/4/30 Emmanuel Bernard : On Apr 30, 2009, at 13:01, Sanne Grinovero wrote: Basically I need a function to convert a user-proposed term to a series of proposals of "similar" terms but giving a higher rank to the terms I'd prefer him to

Re: [hibernate-dev] Re: Antlr3 / JDK 1.5

2009-05-02 Thread Max Rydahl Andersen
Hi Steve, I asked: Is antrl3 capable to coexist with antrl2 in the same classloader/app/vm ? p.s. your email st...@redhat.com bounces with errors. /max Steve Ebersole wrote: OK, my email (hibernate.org) is finally back. Perhaps just heard no responses because it was down? Any objections?

Re: [hibernate-dev] Search: Dynamic Document boosting

2009-05-02 Thread Emmanuel Bernard
On Apr 30, 2009, at 13:01, Sanne Grinovero wrote: Basically I need a function to convert a user-proposed term to a series of proposals of "similar" terms but giving a higher rank to the terms I'd prefer him to choose as they are the correct names used in my domain. You can think of it as a spe

Re: [hibernate-dev] Re: Antlr3 / JDK 1.5

2009-05-02 Thread Max Rydahl Andersen
I asked: Is antrl3 capable to coexist with antrl2 in the same classloader/app/vm ? /max Steve Ebersole wrote: OK, my email (hibernate.org) is finally back. Perhaps just heard no responses because it was down? Any objections? On Mon, 2009-04-20 at 08:54 -0500, Steve Ebersole wrote: I

Re: [hibernate-dev] Search: Dynamic Document boosting

2009-05-02 Thread Sanne Grinovero
Basically I need a function to convert a user-proposed term to a series of proposals of "similar" terms but giving a higher rank to the terms I'd prefer him to choose as they are the correct names used in my domain. You can think of it as a spellchecker/dictionary (using synonyms toos), but giving

Re: [hibernate-dev] Search: Dynamic Document boosting

2009-05-02 Thread Emmanuel Bernard
What's your use case? I am not against that feature but I don't think it covers all use cases: - I want a higher boost for more recent documents - I change priority in my categories depending on the marketing mood Said otherwise, can have a true dynamic boost defined at query time, not at ind