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 B4499D6F3 for ; Thu, 13 Sep 2012 22:25:47 +0000 (UTC) Received: (qmail 59629 invoked by uid 500); 13 Sep 2012 22:25:46 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 59578 invoked by uid 500); 13 Sep 2012 22:25: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 59570 invoked by uid 99); 13 Sep 2012 22:25:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 22:25:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 22:25:38 +0000 Received: by dadz8 with SMTP id z8so2627941dad.35 for ; Thu, 13 Sep 2012 15:25:18 -0700 (PDT) Received: by 10.68.229.138 with SMTP id sq10mr1531972pbc.126.1347575118514; Thu, 13 Sep 2012 15:25:18 -0700 (PDT) Received: from frisbee.local (250.185-62-69.ftth.swbr.surewest.net. [69.62.185.250]) by mx.google.com with ESMTPS id it6sm13764378pbc.14.2012.09.13.15.25.17 (version=SSLv3 cipher=OTHER); Thu, 13 Sep 2012 15:25:17 -0700 (PDT) Date: Thu, 13 Sep 2012 15:25:16 -0700 (PDT) From: Chris Hostetter To: dev@lucene.apache.org Subject: FuzzyQuery vs SlowFuzsyQuery docs? -- was: Re: [jira] [Commented] (LUCENE-2667) Fix FuzzyQuery's defaults, so its fast. In-Reply-To: <1574581308.74146.1347527827817.JavaMail.jiratomcat@arcas> Message-ID: References: <1574581308.74146.1347527827817.JavaMail.jiratomcat@arcas> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org Is there any reason why SlowFuzzyQuery shouldn't be in the class level javadocs for FuzzyQuery ? : Hi Francisco: The core FuzzyQuery does not support edit distances > 2, : because the automatons used for this would be too big and slow. If you : really want distances > 2, use : http://lucene.apache.org/core/4_0_0-BETA/sandbox/org/apache/lucene/sandbox/queries/SlowFuzzyQuery.html : from the sandbox module (lucene-sandbox.jar). This one is the same : algorithm as the old 3.x FuzzyQuery (and is as slow). -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org