Re: about numeric range searching with large value sets patches

2006-02-22 Thread Antoine Brun
Hello, I have integrated your patches for the numeric range searching a few monthes ago. We are now in the process of integrating it to our application. It works fine, but I just ran into what seems to be a bug: searches using inclusive ranges starting at 0 (example: field=[0 TO 2000]) seem t

Re: about numeric range searching with large value sets patches

2005-10-19 Thread Chris Hostetter
oblems... http://issues.apache.org/jira/secure/ViewIssue.jspa?key=LUCENE-421 : Date: Wed, 19 Oct 2005 10:17:53 +0200 : From: Antoine Brun <[EMAIL PROTECTED]> : Reply-To: java-dev@lucene.apache.org : To: java-dev@lucene.apache.org : Subject: Re: about numeric range searching with large value sets pat

Re: about numeric range searching with large value sets patches

2005-10-19 Thread Antoine Brun
Hello, I juste made some junit test using some IntegerRangeQuery's, and I get some strange results. I attached the junit test I used. It fails on the last assert. I am expecting only one result: the date between 1981 and 1983, but I get 2 The test output is: term = date:1980 term = date:1982

RE: about numeric range searching with large value sets patches

2005-08-19 Thread Randy Puttick
My fault, I forgot to attach it. I've added it now. Let me know how this works for you. Randy Puttick -Original Message- From: Antoine Brun [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 8:11 AM To: java-dev@lucene.apache.org Subject: about numeric range searching with large v