Re: Support for NumericRangeQuery in QueryParser

2012-06-12 Thread Jochen Hebbrecht
Hi Uwe, Thanks for your answer. The alternative way was already familiar to me, but thanks anyway ;-)! I didn't know the "contrib" folder :-). Thanks for your reply. Kind regards, Jochen PS: I'm Belgian ;-) ... 2012/6/12 Uwe Schindler > Hi Jochen, > > the flexible query parser in contrib al

RE: Support for NumericRangeQuery in QueryParser

2012-06-12 Thread Uwe Schindler
Hi Jochen, the flexible query parser in contrib allows for numeric fields (you need to configure it to "know" the types of fields, e.g. which fields are long float,...). Alternatively use the code from my "Java Magazin" article a few years ago and customize core's QueryParser by overriding the fac