RE: Lucene and numerical fields search

2005-07-12 Thread Rifflard Mickaël
earcher instance. Paul I. Rifflard Mickaël To 12/07/2005 08:49

Lucene and numerical fields search

2005-07-12 Thread Rifflard Mickaël
Hi all, I'm using Lucene as a fulltext search engine since a year now and this one works well for this. Now, I want to add to my application search capability like : aField greater than 10 , aField between 10 and 20. For this, I used RangeQuery (aField:[10 TO 20] for exemple) and I received all