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 A19109C26 for ; Wed, 2 Nov 2011 20:13:42 +0000 (UTC) Received: (qmail 97289 invoked by uid 500); 2 Nov 2011 20:13:40 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 97247 invoked by uid 500); 2 Nov 2011 20:13:40 -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 97238 invoked by uid 99); 2 Nov 2011 20:13:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 20:13:40 +0000 X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul_t100@fastmail.fm designates 66.111.4.29 as permitted sender) Received: from [66.111.4.29] (HELO out5.smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2011 20:13:33 +0000 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id AE1A72097C; Wed, 2 Nov 2011 16:13:12 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute6.internal (MEProxy); Wed, 02 Nov 2011 16:13:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= message-id:date:from:reply-to:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; s=mesmtp; bh=6Gr36RCn3y5r2+RbEv2N2fT7nQ0=; b=DEZlDbPdTIyOW27mXF 3DF4TsxLJrAY/fsOJFBFLyipddZXx6TiN1Xw4leQQxJFiWaZgI7qdngFdgOF4bod AbTquNGdz4wq79gtwEojkO8y4hJOsWgGT7Gt+SPWSKIhUrN5hFNIzj4mxyiSktsE M3hTdJKS7WqJ6F5lApxJZdHc8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:reply-to :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=6Gr36RCn3y5r2+RbEv2N2f T7nQ0=; b=slTdgEq1svJ9sFFalzA+rVtS7IQj07ybz082UY7rM8GCcoDzHjX9Sv 4+wgDl2rWuAtPoShtbDEATQoTZnut3wyqajs+zJj8rOS9d/lKEjAw3eg0wBJj6XE lBluiadCFGUio4mgdKeED7oRhzN1E25HPdZ4qKBvZpq5qvRvpna7o= X-Sasl-enc: IZsqa92+7OF90xz0f0bpJoDcsk3OKgmqME5dWHMld+sa 1320264792 Received: from macbook.local (unknown [217.155.98.246]) by mail.messagingengine.com (Postfix) with ESMTPSA id 138984833A4; Wed, 2 Nov 2011 16:13:11 -0400 (EDT) Message-ID: <4EB1A456.4080102@fastmail.fm> Date: Wed, 02 Nov 2011 20:13:10 +0000 From: Paul Taylor Reply-To: paul_t100@fastmail.fm User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Uwe Schindler CC: java-user@lucene.apache.org Subject: Re: Creating additional tokens from input in a token filter References: <4EB16BD9.5040005@fastmail.fm> <00ba01cc9983$080b1010$18213030$@thetaphi.de> In-Reply-To: <00ba01cc9983$080b1010$18213030$@thetaphi.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 02/11/2011 17:15, Uwe Schindler wrote: > Hi Paul, > > There is WordDelimiterFilter which does exactly what you want. In 3.x its > unfortunately only shipped in Solr JAR file, but in 4.0 it's in the > analyzers-common module. > > Uwe > Ah great, erm I being a bit dense but where is Lucene 4.0 , Ive looked under various places in http://svn.apache.org/viewvc/lucene/dev/ but cant see it Paul --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org