Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B2DC7167 for ; Sat, 30 Jul 2011 06:17:12 +0000 (UTC) Received: (qmail 33489 invoked by uid 500); 30 Jul 2011 06:17:10 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 32790 invoked by uid 500); 30 Jul 2011 06:16:46 -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 32782 invoked by uid 99); 30 Jul 2011 06:16:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2011 06:16:32 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2011 06:16:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A833694D5C for ; Sat, 30 Jul 2011 06:16:09 +0000 (UTC) Date: Sat, 30 Jul 2011 06:16:09 +0000 (UTC) From: "Adriano Crestani (JIRA)" To: dev@lucene.apache.org Message-ID: <1499374687.20669.1312006569685.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <355225234.2453.1311544752212.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3338) Flexible query parser does not support open ranges and range queries with mixed inclusive and exclusive ranges 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-3338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073140#comment-13073140 ] Adriano Crestani commented on LUCENE-3338: ------------------------------------------ Thanks for checking that Mike. I took a look at the code as well, makes more sense now. So no more extra optimization seems to be required then. > Flexible query parser does not support open ranges and range queries with mixed inclusive and exclusive ranges > -------------------------------------------------------------------------------------------------------------- > > Key: LUCENE-3338 > URL: https://issues.apache.org/jira/browse/LUCENE-3338 > Project: Lucene - Java > Issue Type: Bug > Components: modules/queryparser > Affects Versions: 3.3 > Reporter: Vinicius Barros > Assignee: Uwe Schindler > Fix For: 4.0 > > Attachments: week9-merged-nosurround.patch, week9-merged-nosurround_with_failing_junit.patch, week9-merged.patch, week9.patch > > > Flexible query parser does not support open ranges and range queries with mixed inclusive and exclusive ranges. > These two problems were found while developing LUCENE-1768. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org