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

2009-05-08 Thread Sanne Grinovero
Hi Hardy, welcome back! actually there exists a JIRA already, when I started the discussion I didn't know that. it's assigned to you now, thank you! Sanne 2009/5/8 Hardy Ferentschik : > Hi Sanne, > > just back from vacation. Still trying to catch up with all the email :( > If you want you can cre

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

2009-05-08 Thread Hardy Ferentschik
Hi Sanne, just back from vacation. Still trying to catch up with all the email :( If you want you can create an issue for this and assign it to me. --Hardy On Thu, 30 Apr 2009 19:36:01 +0200, Sanne Grinovero wrote: BTW I've just realized the Discriminator interface is having a nasty typo

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

2009-05-03 Thread Emmanuel Bernard
yes fix them for 3.2 and add the incompatibility in the wiki page On Apr 30, 2009, at 19:36, Sanne Grinovero wrote: 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

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] 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] 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

[hibernate-dev] Search: Dynamic Document boosting

2009-04-30 Thread Sanne Grinovero
Hello, I'm currently needing to be able to define a per-entity INSTANCE different Boost, not just the type. Currently I could obtain this functionality by using a custom classbridge, but the entity is quite complex and building my own classbridge I will have to map all fields myself loosing the fl