Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 22881 invoked from network); 16 Nov 2008 16:44:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2008 16:44:17 -0000 Received: (qmail 45814 invoked by uid 500); 16 Nov 2008 16:44:19 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 45779 invoked by uid 500); 16 Nov 2008 16:44:19 -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 45769 invoked by uid 99); 16 Nov 2008 16:44:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2008 08:44:19 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2008 16:43:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30482234C256 for ; Sun, 16 Nov 2008 08:43:49 -0800 (PST) Message-ID: <1095211930.1226853829196.JavaMail.jira@brutus> Date: Sun, 16 Nov 2008 08:43:49 -0800 (PST) From: "Mark Miller (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-996) Parsing mixed inclusive/exclusive range queries In-Reply-To: <8980233.1189697552840.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-996: ------------------------------- Attachment: LUCENE-996.patch Missed that the new tests didn't patch, so I've merged and fixed them. Looks pretty good now except that a contrib test fails - those that overrode the deprecated protected Query getRangeQuery(String field, String part1, String part2, boolean inclusive) are being left out in the cold. Once that is addressed, I think this patch looks pretty good. > Parsing mixed inclusive/exclusive range queries > ----------------------------------------------- > > Key: LUCENE-996 > URL: https://issues.apache.org/jira/browse/LUCENE-996 > Project: Lucene - Java > Issue Type: Improvement > Components: QueryParser > Affects Versions: 2.2 > Reporter: Andrew Schurman > Priority: Minor > Fix For: 2.9 > > Attachments: LUCENE-996.patch, LUCENE-996.patch, lucene-996.patch, lucene-996.patch > > > The current query parser doesn't handle parsing a range query (i.e. ConstantScoreRangeQuery) with mixed inclusive/exclusive bounds. -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org