Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 72635 invoked from network); 15 Mar 2010 21:26:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 21:26:01 -0000 Received: (qmail 53286 invoked by uid 500); 15 Mar 2010 21:25:13 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 53229 invoked by uid 500); 15 Mar 2010 21:25:13 -0000 Mailing-List: contact solr-dev-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-dev@lucene.apache.org Received: (qmail 53221 invoked by uid 99); 15 Mar 2010 21:25:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 21:25:13 +0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.borgermans@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 21:25:06 +0000 Received: by wyf19 with SMTP id 19so1307868wyf.35 for ; Mon, 15 Mar 2010 14:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=9doWG+9Fy2xMr20ryTjYeILU+4jdJqHDn/zhDQCgAvE=; b=PTUF/lBAwRfCBb7uqHba9R6L51+ZmzHT0h0L2JN4DMrrtlhcXJS6oWDhHomH9rJi8e cAHM8E6gno1j11R6PpUfmeRf66GlmjUE862zdtwrSSN/n0g/IyfnM5Qdf8Xl4kA1k/0U CxnCNOr9JdcbFTOsxSUA2YQV5Z4UV70IN7XT8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HBP35aLPt9JWBb4JH2VaQEsRLzJo9ncneWATJUvLKgIiUhGGDFFaww9RmIreurjIH/ tqenP10acWN8NRwqeXnj1ZHEAciG99Q2ab1ZBkMHlsgdRpuexs5GhJMOpoJRJevJrH+y zrHTQO4gPNrAbkoIK2mSmze/ULswGVUzonpxs= MIME-Version: 1.0 Received: by 10.216.165.70 with SMTP id d48mr159061wel.160.1268688285905; Mon, 15 Mar 2010 14:24:45 -0700 (PDT) In-Reply-To: <8f0ad1f31003151339w7f1ea047ubfa2af25edeb6fcd@mail.gmail.com> References: <8f0ad1f31003151339w7f1ea047ubfa2af25edeb6fcd@mail.gmail.com> Date: Mon, 15 Mar 2010 22:24:45 +0100 Message-ID: <8c0c601f1003151424t41e61758g853cd69b551dc73d@mail.gmail.com> Subject: Re: removal of deprecated HtmlStrip*Tokenizer factories From: Paul Borgermans To: solr-dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Mar 15, 2010 at 9:39 PM, Robert Muir wrote: > Hello, > > Is there any concern with removing the deprecated HtmlStrip*Tokenizer factories? > Maybe a communication issue, you need to read the source code or javadocs to know it is deprecated > These can be done with CharFilter instead and they have some problems > with lucene's trunk. > Personally, I don't object, but then one should consider bumping Solr to 2.0 along with the removal of other deprecated API's/features And of course adapt the wiki page as well http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters Best regards Paul > If no one objects, I'd like to remove these in the branch. > Otherwise, Uwe tells me there is some way to make them work if need be. > > Thanks! > > -- > Robert Muir > rcmuir@gmail.com >