Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 4936 invoked from network); 15 Mar 2010 23:20:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 23:20:14 -0000 Received: (qmail 93488 invoked by uid 500); 15 Mar 2010 23:19:26 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 93447 invoked by uid 500); 15 Mar 2010 23:19:26 -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 93439 invoked by uid 99); 15 Mar 2010 23:19:26 -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 23:19:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 23:19:18 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id 6302771C1D1; Mon, 15 Mar 2010 16:18:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id 57DCD71C1CB for ; Mon, 15 Mar 2010 16:18:57 -0700 (PDT) Date: Mon, 15 Mar 2010 16:18:57 -0700 (PDT) From: Chris Hostetter To: solr-dev@lucene.apache.org Subject: Re: removal of deprecated HtmlStrip*Tokenizer factories In-Reply-To: <8f0ad1f31003151339w7f1ea047ubfa2af25edeb6fcd@mail.gmail.com> Message-ID: References: <8f0ad1f31003151339w7f1ea047ubfa2af25edeb6fcd@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : Is there any concern with removing the deprecated HtmlStrip*Tokenizer factories? I'm not adverse to gutting *internal* deprecated classes on just about any release (requiring plugin writers to deal with the deprecation) but if it's possible to keep things working for users with no java knowledge i'd prefer it. In the case of these factories: can't we eliminate the Html*Tokenizers themselves, but make the *factories* return the neccessary *Tokenizer wrapped in an HtmlStripCharFilter ? (if not oh well, i'm just looking for ways to simplify the upgrade path for the common case) -Hoss