Re: [hibernate-dev] Hibernate web search

2008-09-22 Thread Emmanuel Bernard
I like the idea of a parser using the Google syntax (you don't have to disable explicit fields BTW - recognzing a term:term syntax should be doable). The hard problem to crack is what's behind. I explain that in Hibernate Search in Action, a lot of good search engine do searches in tiers:

Re: [hibernate-dev] Hibernate web search

2008-09-22 Thread Sanne Grinovero
Hello Adam, I agree with you that the Seam example could include a better parser, but that's just an example and maybe they just wanted to keep it simple. As you say, there could be a parser provided with HSearch to keep the example code simple but what is missing in your opinion? Writing such a qu

Re: [hibernate-dev] Mutable natural key caching?

2008-09-22 Thread Elias Ross
On Mon, Sep 22, 2008 at 3:10 AM, Sanne Grinovero <[EMAIL PROTECTED]> wrote: > I really dislike the idea of having a mutable key, > am I too extreme? isn't this going to bring you loads of problems? > IMHO if it's mutable it is not a key, but of course I don't see the big > picture: > I'm just curi

Re: [hibernate-dev] Dialect Registration

2008-09-22 Thread Steve Ebersole
Nice work Tomoto. I responded on the same case to keep the discussion together... - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Mon, 2008

Re: [hibernate-dev] Hibernate web search

2008-09-22 Thread Adam Warski
Hello, in fact I was facing similar problems before, however the problem is more of a Lucene problem than a Hibernate Search one. Sure, but it doesn't mean HS can't solve it :) There are some threads regarding "error tolerant" query parsers on the Lucene mailing list. There are several appr

Re: [hibernate-dev] Mutable natural key caching?

2008-09-22 Thread Sanne Grinovero
I really dislike the idea of having a mutable key, am I too extreme? isn't this going to bring you loads of problems? IMHO if it's mutable it is not a key, but of course I don't see the big picture: I'm just curious about the design decision. kind regards, Sanne 2008/9/16 Elias Ross <[EMAIL PROT

Re: [hibernate-dev] Hibernate web search

2008-09-22 Thread Hardy Ferentschik
Hi Adam, in fact I was facing similar problems before, however the problem is more of a Lucene problem than a Hibernate Search one. There are some threads regarding "error tolerant" query parsers on the Lucene mailing list. There are several approaches to the problem. You could catch the Pars