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 6278B49A2 for ; Mon, 9 May 2011 07:52:10 +0000 (UTC) Received: (qmail 70536 invoked by uid 500); 9 May 2011 07:52:08 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 70344 invoked by uid 500); 9 May 2011 07:52:07 -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 70336 invoked by uid 99); 9 May 2011 07:52:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 07:52:07 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [85.18.95.80] (HELO aa001msb.fastweb.it) (85.18.95.80) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2011 07:51:58 +0000 Received: from [192.168.1.150] (83.103.113.106) by aa001msb.fastweb.it (8.5.016.6) id 4DC29C3C003CB662 for java-user@lucene.apache.org; Mon, 9 May 2011 09:51:37 +0200 Message-ID: <4DC79D09.2060800@fissore.org> Date: Mon, 09 May 2011 09:51:37 +0200 From: Federico Fissore User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Is there kind of a "NullAnalyzer" ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Clemens Wyss, il 09/05/2011 09:42, ha scritto: > i.e. an analyzer which takes the field to be analyzed as is into the index...? > The fields I am trying to index have a max length of 3 words and I don't want to match sub terms of these fields. > keyword analyzer? https://lucene.apache.org/java/3_0_3/api/core/org/apache/lucene/analysis/KeywordAnalyzer.html --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org