Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new

2009-09-28 Thread Manik Surtani
On 27 Sep 2009, at 11:26, Sanne Grinovero wrote: > Next version of Lucene will provide helpers and tools to make it easy > to create your own QueryParser, so that everyone can make his one > based on business-specific needs > (Everybody can already, but is not as easy). > So I would avoid reinven

Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new

2009-09-28 Thread Emmanuel Bernard
On 28 sept. 09, at 10:48, Manik Surtani wrote: > > On 27 Sep 2009, at 11:26, Sanne Grinovero wrote: > >> Next version of Lucene will provide helpers and tools to make it easy >> to create your own QueryParser, so that everyone can make his one >> based on business-specific needs >> (Everybody can

Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new

2009-09-28 Thread Manik Surtani
On 28 Sep 2009, at 10:08, Emmanuel Bernard wrote: > > On 28 sept. 09, at 10:48, Manik Surtani wrote: > >> >> On 27 Sep 2009, at 11:26, Sanne Grinovero wrote: >> >>> Next version of Lucene will provide helpers and tools to make it >>> easy >>> to create your own QueryParser, so that everyone can

[hibernate-dev] [HSearch] Query DSL step 1

2009-09-28 Thread Emmanuel Bernard
There are several steps to the query DSL: 1. implement the initial ideas and see what problems we face and how well that fits 2. add analyzers into the mix to transparently use the right one 3. add parameters that use the conversion bridge (not sure how well that could fly but an interesti