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