Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 29649 invoked from network); 13 Jun 2003 14:04:38 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 Jun 2003 14:04:38 -0000 Received: (qmail 3090 invoked by uid 97); 13 Jun 2003 14:06:55 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 3082 invoked from network); 13 Jun 2003 14:06:55 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 13 Jun 2003 14:06:55 -0000 Received: (qmail 29211 invoked by uid 500); 13 Jun 2003 14:04:33 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 29119 invoked from network); 13 Jun 2003 14:04:32 -0000 Received: from expasy-f.unige.ch (HELO expasy-ng.isb-sib.ch) (192.33.215.142) by daedalus.apache.org with SMTP; 13 Jun 2003 14:04:32 -0000 Received: from caliente (router.isb-sib.ch [192.33.215.254]) (authenticated bits=0) by expasy-ng.isb-sib.ch (8.12.8p1/8.12.8) with ESMTP id h5DE4W0K010263 for ; Fri, 13 Jun 2003 16:04:32 +0200 Message-ID: <000601c331b4$bcc1d600$c300000a@caliente> From: "Eric Jain" To: "lucene-user" Subject: Limited range in RangeQuery Date: Fri, 13 Jun 2003 16:04:42 +0200 Organization: Swiss Institute of Bioinformatics MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It seems that Lucene can't handle RangeQueries with a range of something over 1024. Is this a limitation or a bug (or am I doing something wrong)? +length:[null TO 01026] -> OK +length:[null TO 01027] -> BooleanQuery$TooManyClauses +mass:[0010000 TO 0011026] -> OK +mass:[0010000 TO 0011027] -> BooleanQuery$TooManyClauses -- Eric Jain --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org