Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 54128 invoked from network); 20 Aug 2008 00:10:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2008 00:10:37 -0000 Received: (qmail 61899 invoked by uid 500); 20 Aug 2008 00:10:28 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 61870 invoked by uid 500); 20 Aug 2008 00:10:28 -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 61859 invoked by uid 99); 20 Aug 2008 00:10:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 17:10:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [203.217.22.128] (HELO web1.nuix.com.au) (203.217.22.128) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 00:09:32 +0000 Received: from [192.168.222.60] (unknown [192.168.222.60]) by web1.nuix.com.au (Postfix) with ESMTP id CF0B44ED8CA for ; Wed, 20 Aug 2008 10:09:05 +1000 (EST) Message-ID: <48AB60BE.2080301@nuix.com> Date: Wed, 20 Aug 2008 10:09:34 +1000 From: Daniel Noll Organization: NUIX Pty Limited User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: How I can find wildcard symbol with WildcardQuery? References: In-Reply-To: Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org ����� �������� wrote: > Yes, you are correct - NO_NORMS has nothing to do with tokenization, > thats mean no analyzers used. Just to avoid this ambiguous, semi-contradicting wording confusing the hell out of anyone... NO_NORMS *does* have something to do with tokenisation -- it implies UN_TOKENIZED. Source code QFT: } else if (index == Index.NO_NORMS) { this.isIndexed = true; this.isTokenized = false; this.omitNorms = true; } ... Daniel -- Daniel Noll --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org