You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2010/05/04 13:32:59 UTC

[jira] Updated: (SOLR-1876) Convert all tokenstreams and tests to use CharTermAttribute

     [ 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