Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 84730 invoked from network); 3 Sep 2010 16:23:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Sep 2010 16:23:14 -0000 Received: (qmail 49732 invoked by uid 500); 3 Sep 2010 16:23:12 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 49530 invoked by uid 500); 3 Sep 2010 16:23:11 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 49522 invoked by uid 99); 3 Sep 2010 16:23:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 16:23:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,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.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qy0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Sep 2010 16:23:06 +0000 Received: by qyk2 with SMTP id 2so2509089qyk.14 for ; Fri, 03 Sep 2010 09:22:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=8XbBHu9uL1PU1dTWDkGJqjHlh6YqAMVA3F795hzbh3M=; b=RWDZHa6y290pq/wTjT3s0RCL5F0sloU3bHI9YWQEpm25YLq0QBF6zUosjkovernb/u zbRaiZ9nNBUF6B2u46OngTh+2APxtCTKYhgxoNM/R5IPM3rVd8d5LOCPZFhhmnEwEQxm S7bPpMJJzGDfbSrOQnqfcgHCb+LFhvbidSucw= 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=f3Zbp2/cev9aWkDVspAI7LsKfQuNa0pgfM9mmnOeviQ+lwMASihzBi5yolbB3Gf9mA PtqfI6zTYkFL8d2dFqvHtjxNhNgsl7D4IoSfUJ5ChJgHmUx3NcctHKkoxCr1u+HkMSmq UddypbcDB+CYMOcVFqim6qqdqMOeZt8XNbbNY= Received: by 10.224.74.82 with SMTP id t18mr155977qaj.95.1283530965171; Fri, 03 Sep 2010 09:22:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.73.137 with HTTP; Fri, 3 Sep 2010 09:22:25 -0700 (PDT) In-Reply-To: References: From: Robert Muir Date: Fri, 3 Sep 2010 12:22:25 -0400 Message-ID: Subject: Re: false matches with ReversedWildcardFilterFactory To: solr-user@lucene.apache.org, yonik@lucidimagination.com Content-Type: multipart/alternative; boundary=0015175cd2c03cbe9c048f5d571e --0015175cd2c03cbe9c048f5d571e Content-Type: text/plain; charset=UTF-8 On Fri, Sep 3, 2010 at 11:55 AM, Yonik Seeley wrote: > > Off the top of my head, I'm not sure of an easy way to prevent this. > we could fix this in trunk easily for these queries, with intersection/subtraction (e.g. minus "\u0001.*" from the DFA) -- Robert Muir rcmuir@gmail.com --0015175cd2c03cbe9c048f5d571e--