Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 41299 invoked from network); 22 Oct 2010 21:36:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Oct 2010 21:36:43 -0000 Received: (qmail 1432 invoked by uid 500); 22 Oct 2010 21:36:41 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 1360 invoked by uid 500); 22 Oct 2010 21:36:41 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 1353 invoked by uid 99); 22 Oct 2010 21:36:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 21:36:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Oct 2010 21:36:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9MLaLcq017400 for ; Fri, 22 Oct 2010 21:36:21 GMT Message-ID: <17578312.35111287783381300.JavaMail.jira@thor> Date: Fri, 22 Oct 2010 17:36:21 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Assigned: (LUCENE-995) Add open ended range query syntax to QueryParser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned LUCENE-995: ----------------------------------- Assignee: Yonik Seeley (was: Luis Alves) > Add open ended range query syntax to QueryParser > ------------------------------------------------ > > Key: LUCENE-995 > URL: https://issues.apache.org/jira/browse/LUCENE-995 > Project: Lucene - Java > Issue Type: Improvement > Components: QueryParser > Affects Versions: 1.9, 2.0.0, 2.1, 2.2 > Reporter: Jonas Gorski > Assignee: Yonik Seeley > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-995_09_21_2009.patch > > > The QueryParser fails to generate open ended range queries. > Parsing e.g. "date:[1990 TO *]" gives zero results, > but > ConstantRangeQuery("date","1990",null,true,true) > does produce the expected results. > "date:[* TO 1990]" gives the same results as ConstantRangeQuery("date",null,"1990",true,true). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org