Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 96ABE9658 for ; Tue, 6 Mar 2012 13:43:45 +0000 (UTC) Received: (qmail 21660 invoked by uid 500); 6 Mar 2012 13:43:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 21613 invoked by uid 500); 6 Mar 2012 13:43:44 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 21606 invoked by uid 99); 6 Mar 2012 13:43:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 13:43:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adjiman@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qy0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2012 13:43:39 +0000 Received: by qcsd1 with SMTP id d1so2663281qcs.35 for ; Tue, 06 Mar 2012 05:43:19 -0800 (PST) Received-SPF: pass (google.com: domain of adjiman@gmail.com designates 10.229.135.19 as permitted sender) client-ip=10.229.135.19; Authentication-Results: mr.google.com; spf=pass (google.com: domain of adjiman@gmail.com designates 10.229.135.19 as permitted sender) smtp.mail=adjiman@gmail.com; dkim=pass header.i=adjiman@gmail.com Received: from mr.google.com ([10.229.135.19]) by 10.229.135.19 with SMTP id l19mr1831283qct.65.1331041399229 (num_hops = 1); Tue, 06 Mar 2012 05:43:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=BGDujNhueeCYwvU/C6Da6gv3pHnNj3kn2qlvMy01jX8=; b=wbMJPTau77eJ/XgexeVZ7c7dqyaAV3ANBVh9HK5xOVP2rF8sxn1gKNLw27hd0LkXOP R5LEfHhpesm3zAmLWx5jZhEpEQYebOS4p5k9te5UPlqmsDAhonHlRuTUlsI2xH1o3g5C 14/YxdkqI8o5CuMeuNIf/KWsd/Guw+2waG2eP8gaXVVzgP9d1mn0hDePAgUMJbRRCNXx YLUheZKc2PmNX0CenaelpBkN2j4rchZJYq5pitP+dMfm0X3rQfpX26HllpnsKTnSW8MC nYmAPtPr6i+lqY1ZE5je0SJsqUQIK8daEOMbJrafHEOIDEL/F4zOe628++txuCRpbPl4 GN/Q== Received: by 10.229.135.19 with SMTP id l19mr1588427qct.65.1331041399120; Tue, 06 Mar 2012 05:43:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.78.143 with HTTP; Tue, 6 Mar 2012 05:42:59 -0800 (PST) From: Philippe Adjiman Date: Tue, 6 Mar 2012 15:42:59 +0200 Message-ID: Subject: question about ShingleMatrixFilter To: dev@lucene.apache.org Content-Type: multipart/alternative; boundary=00248c768072c6a36b04ba933905 X-Virus-Checked: Checked by ClamAV on apache.org --00248c768072c6a36b04ba933905 Content-Type: text/plain; charset=ISO-8859-1 Hi, I was using the class ShingleMatrixFilter to build a custom N-grams analyser (N-gram at the token level, not at the letter in a same token level). I see in the javadoc that the whole class is deprecated and will be removed in lucene 4.0. Any existing/planned replacement for it ? Thanks. -Philippe -- Philippe Adjiman | Research Engineer @appsfire | twitter: padjiman | linkedin: il.linkedin.com/in/philippeadjiman | blog: http://philippeadjiman.com/blog --00248c768072c6a36b04ba933905 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I was using the class=A0ShingleMatr= ixFilter to build a custom N-grams analyser (N-gram at the token level, not= at the letter in a same token level).

I see in th= e javadoc that the whole class is deprecated and will be removed in lucene = 4.0.=A0
Any existing/planned replacement for it ?

Tha= nks.
-Philippe


--
=
Philippe Adjiman | Research Engineer @appsfire | twitter: padjiman | linked= in: il.linkedin.com/in/philippeadjiman | blog: http://philippeadjiman.com/blog

--00248c768072c6a36b04ba933905--