Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EE1F6095 for ; Tue, 7 Jun 2011 09:23:14 +0000 (UTC) Received: (qmail 58151 invoked by uid 500); 7 Jun 2011 09:23:11 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 58099 invoked by uid 500); 7 Jun 2011 09:23:11 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 58091 invoked by uid 99); 7 Jun 2011 09:23:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 09:23:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcmuir@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 09:23:06 +0000 Received: by bwz8 with SMTP id 8so7011622bwz.35 for ; Tue, 07 Jun 2011 02:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=nW1SJB0FIo+KQ5CwPGW7ToFiXQyRMsCZmTkY//9OYCs=; b=uevsJxDIhZCum2iVmFkBBOCjiC6LleN5ezk2eWJ56AGotjApUOaS4t9DbvlxnLKPVh cTZiteX5Bn8xwJRu9auGMmd5gcPxI8WNjhMO5Ygq6X6u60C83yO50k2XJdiT/bCn8Y8S JkI9HU8O79tqSPAgrep2oVfyhwOF25mDPhHPc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=GdZcBxvH65NuRlNvdyAwFRXX5E8nLzWs0khVKPWOLqM2ybBxHFqpLrB/CLKVNti1UT RZ1YknbqEmv6OvzAor6azjLrhboyNNgXGc9AT/ArJoOQ3+OjzRmQKXyd8JMW+WXVSc8h 30CPQwsN8F65UTrvaP5/xJDNA+eBYesV2mz8c= Received: by 10.204.181.7 with SMTP id bw7mr641073bkb.16.1307438563513; Tue, 07 Jun 2011 02:22:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.69.9 with HTTP; Tue, 7 Jun 2011 02:16:35 -0700 (PDT) In-Reply-To: <4DECF654.5050104@fastmail.fm> References: <4DECF654.5050104@fastmail.fm> From: Robert Muir Date: Tue, 7 Jun 2011 05:16:35 -0400 Message-ID: Subject: Re: Possible Bug when add wildcard to search following an exclamation mark To: java-user@lucene.apache.org, paul_t100@fastmail.fm Content-Type: text/plain; charset=UTF-8 On Mon, Jun 6, 2011 at 11:46 AM, Paul Taylor wrote: > If I do a search which consists of escaped ending exclamation marks it all > works okay: > (aaaaahhh\!\!\!) > > and find the desired match > > but if there is a wildcard at the end, it will not find any matches > (aaaaahhh\!\!\!*) > > I cant see Im doing anything in my code that would affect this, is this a > bug in lucene ? > wildcards don't support escaped characters, but will in 4.0 https://issues.apache.org/jira/browse/LUCENE-588 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org