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 D2A70107C8 for ; Wed, 26 Feb 2014 15:37:03 +0000 (UTC) Received: (qmail 17376 invoked by uid 500); 26 Feb 2014 15:36:59 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 16915 invoked by uid 500); 26 Feb 2014 15:36:56 -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 16889 invoked by uid 99); 26 Feb 2014 15:36:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 15:36:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of SRS0=NqcmaJ=X7=basetechnology.com=jack@yourhostingaccount.com designates 65.254.253.86 as permitted sender) Received: from [65.254.253.86] (HELO mailout10.yourhostingaccount.com) (65.254.253.86) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 15:36:46 +0000 Received: from mailscan18.yourhostingaccount.com ([10.1.15.18] helo=mailscan18.yourhostingaccount.com) by mailout10.yourhostingaccount.com with esmtp (Exim) id 1WIgX3-0007Zf-Qw for java-user@lucene.apache.org; Wed, 26 Feb 2014 10:36:25 -0500 Received: from impout01.yourhostingaccount.com ([10.1.55.1] helo=impout01.yourhostingaccount.com) by mailscan18.yourhostingaccount.com with esmtp (Exim) id 1WIgX2-0005Ce-IY for java-user@lucene.apache.org; Wed, 26 Feb 2014 10:36:24 -0500 Received: from authsmtp02.yourhostingaccount.com ([10.1.18.2]) by impout01.yourhostingaccount.com with NO UCE id X3cR1n00402goRm013cRdP; Wed, 26 Feb 2014 10:36:25 -0500 X-Authority-Analysis: v=2.0 cv=Zfqfx7pA c=1 sm=1 a=8ePG324nFYoaEbjKt8ueIw==:17 a=aQzbgH187woA:10 a=ji7qF8wpYC4A:10 a=3jZET7lWBKwA:10 a=8nJEP1OIZ-IA:10 a=jvYhGVW7AAAA:8 a=DzUYiim0HnEA:10 a=mV9VRH-2AAAA:8 a=HAOC2mhyEnFIRTOqXBcA:9 a=wPNLvfGTeEIA:10 a=x/Hyyyp0PjmVEO0KwK8auA==:117 X-EN-OrigOutIP: 10.1.18.2 X-EN-IMPSID: X3cR1n00402goRm013cRdP Received: from 207-237-112-149.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com ([207.237.112.149]:62065 helo=JackKrupansky14) by authsmtp02.yourhostingaccount.com with esmtpa (Exim) id 1WIgX3-0004Hl-3u for java-user@lucene.apache.org; Wed, 26 Feb 2014 10:36:25 -0500 Message-ID: <25CC9F9A2D4947B3A12EF8F078292098@JackKrupansky14> From: "Jack Krupansky" To: References: In-Reply-To: Subject: Re: How to delete a token that comes exactly after a token Date: Wed, 26 Feb 2014 10:36:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3522.110 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3522.110 X-EN-UserInfo: e0a4b55451ed9f27313ebf02e3d4348d:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: jack@basetechnology.com Sender: "Jack Krupansky" X-EN-OrigIP: 207.237.112.149 X-EN-OrigHost: 207-237-112-149.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com X-Virus-Checked: Checked by ClamAV on apache.org Sounds like a custom filter. Or maybe an option for stop filter or a specialization of stop filter. Or maybe it could be even more generalized. What are some practical example token sequences? -- Jack Krupansky -----Original Message----- From: Furkan KAMACI Sent: Wednesday, February 26, 2014 9:48 AM To: java-user@lucene.apache.org Subject: How to delete a token that comes exactly after a token Hi; How can I delete a token that comes exactly after a token for StopwordFilter? Thanks; Furkan KAMACI --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org