Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A768E6E69 for ; Fri, 8 Jul 2011 07:09:42 +0000 (UTC) Received: (qmail 92555 invoked by uid 500); 8 Jul 2011 07:09:40 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 92415 invoked by uid 500); 8 Jul 2011 07:09:27 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 92402 invoked by uid 99); 8 Jul 2011 07:09:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 07:09:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 07:09:23 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 66BB8942; Fri, 8 Jul 2011 07:09:02 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Fri, 08 Jul 2011 07:09:02 -0000 Message-ID: <20110708070902.39710.28737@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22AnalyzersTokenizersTokenFilters=22?= =?utf-8?q?_by_Bill_Bell?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "AnalyzersTokenizersTokenFilters" page has been changed by Bill Bell: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters?action=3Ddiff&r= ev1=3D122&rev2=3D123 Nigerian =3D> "ni", "nig", "nige", "niger", "nigeri", "nigeria", "nigeria= ", "nigerian" = By default, minGramSize is 1, maxGramSize is 1 and side is "front". You c= an also set side to generate the ngrams from right to left by setting "side= " to a value of "back" + = + minGramSize - the minimum number of characters to start with. For example= , minGramSize=3D4 would mean that a word like '''Apache''' =3D> "Apac", "Ap= ache" would be the 2 tokens stored. = This !FilterFactory is very useful in matching substrings of particular t= erms in the index during query time. =20