Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 52620 invoked from network); 4 Nov 2010 14:29:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 14:29:37 -0000 Received: (qmail 61769 invoked by uid 500); 4 Nov 2010 14:30:08 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 61637 invoked by uid 500); 4 Nov 2010 14:30:06 -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 61623 invoked by uid 99); 4 Nov 2010 14:30:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 14:30:06 +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; Thu, 04 Nov 2010 14:30:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA4ETfb8019402 for ; Thu, 4 Nov 2010 14:29:42 GMT Message-ID: <8038146.8841288880981881.JavaMail.jira@thor> Date: Thu, 4 Nov 2010 10:29:41 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-588) Escaped wildcard character in wildcard term not handled correctly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928220#action_12928220 ] Robert Muir commented on LUCENE-588: ------------------------------------ bq. People wouldn't be escaping wildcards and expecting them to still be treated as wildcards, so IMO back compat has no value here. Ok, i would prefer to not create a mess and just change the behavior: add support for this to WildcardQuery and the QP (it is a trivial change there), and fix the reversing in Solr. I'll make a patch. > Escaped wildcard character in wildcard term not handled correctly > ----------------------------------------------------------------- > > Key: LUCENE-588 > URL: https://issues.apache.org/jira/browse/LUCENE-588 > Project: Lucene - Java > Issue Type: Bug > Components: QueryParser > Affects Versions: 2.0.0 > Environment: Windows XP SP2 > Reporter: Sunil Kamath > Assignee: Michael Busch > Priority: Minor > Fix For: 4.0 > > Attachments: LUCENE-588.patch, LUCENE-588.patch > > > If an escaped wildcard character is specified in a wildcard query, it is treated as a wildcard instead of a literal. > e.g., t\??t is converted by the QueryParser to t??t - the escape character is discarded. -- 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