Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 22664 invoked from network); 29 Apr 2005 19:46:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 19:46:08 -0000 Received: (qmail 84414 invoked by uid 500); 29 Apr 2005 19:47:25 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 84368 invoked by uid 500); 29 Apr 2005 19:47:24 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 84352 invoked by uid 500); 29 Apr 2005 19:47:24 -0000 Delivered-To: apmail-jakarta-lucene-dev@jakarta.apache.org Received: (qmail 84346 invoked by uid 99); 29 Apr 2005 19:47:24 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 29 Apr 2005 12:47:24 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 423962DF; Fri, 29 Apr 2005 21:45:59 +0200 (CEST) From: bugzilla@apache.org To: lucene-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 34684] New: - Range Query works only with lower case terms X-Bugzilla-Reason: AssignedTo Message-Id: <20050429194559.423962DF@ajax.apache.org> Date: Fri, 29 Apr 2005 21:45:59 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34684 Summary: Range Query works only with lower case terms Product: Lucene Version: 1.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: minor Priority: P3 Component: Search AssignedTo: lucene-dev@jakarta.apache.org ReportedBy: charles.sanders@gxs.com I am performing a range query that returns results if the terms are lower case, but does not return result when the terms are mixed case. In my collection, I have terms alpha, beta, delta, gamma. I am using the StandardAnalyzer for both indexing and searching. The query [alpha TO gamma] returns all four terms. When I perform the query [Alpha TO Gamma], no results are returned. It appears the lowerCaseFilter(), which is a part of the StandardAnalyzer, does not work properly on the search terms. I've used Luke to peek at my collection, and the terms are all lower case in the collection. I'm fairly new to Lucene, so I hope I'm not making a "common mistake". -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org