Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 79499 invoked from network); 4 May 2010 11:33:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 11:33:24 -0000 Received: (qmail 12628 invoked by uid 500); 4 May 2010 11:33:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 12564 invoked by uid 500); 4 May 2010 11:33:23 -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 12359 invoked by uid 99); 4 May 2010 11:33:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 11:33:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 11:33:20 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44BWxTh009300 for ; Tue, 4 May 2010 11:32:59 GMT Message-ID: <18041630.34501272972779201.JavaMail.jira@thor> Date: Tue, 4 May 2010 07:32:59 -0400 (EDT) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1876) Convert all tokenstreams and tests to use CharTermAttribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-1876: -------------------------------- Fix Version/s: 4.0 > Convert all tokenstreams and tests to use CharTermAttribute > ----------------------------------------------------------- > > Key: SOLR-1876 > URL: https://issues.apache.org/jira/browse/SOLR-1876 > Project: Solr > Issue Type: Task > Components: Schema and Analysis > Affects Versions: 3.1 > Reporter: Robert Muir > Assignee: Robert Muir > Fix For: 3.1, 4.0 > > Attachments: SOLR-1876.patch > > > See the improvements in LUCENE-2302. > TermAttribute has been deprecated for flexible indexing, as terms can really be anything, as long as they can > be serialized to byte[]. > For character-terms, a CharTermAttribute has been created, with a more friendly API. Additionally this attribute > implements the CharSequence and Appendable interfaces. > We should convert all Solr tokenstreams to use this new attribute. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org