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 2011/01/19 00:14:43 UTC

[jira] Updated: (LUCENE-2484) Remove deprecated TermAttribute from tokenattributes and legacy support in indexer

     [ https://issues.apache.org/jira/browse/LUCENE-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler updated LUCENE-2484:
----------------------------------

    Attachment: LUCENE-2374-3x.patch

Final patch for 3.x:
- Added some tests for reflection API
- Added test for sophisticated backwards layer

I will commit this tomorrow and forward-port to trunk.

Contrib/queryparsers attributes are not yet compatible with reflection, as the toString() there has wrong format (throws UOE). I will open a separate issue to fix that, this is not a serious problem at the moment, as attribute reflection is not needed there.

> Remove deprecated TermAttribute from tokenattributes and legacy support in indexer
> ----------------------------------------------------------------------------------
>
>                 Key: LUCENE-2484
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2484
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 4.0
>
>         Attachments: LUCENE-2484.patch, LUCENE-2484.patch
>
>
> The title says it:
> - Remove interface TermAttribute
> - Remove empty fake implementation TermAttributeImpl extends CharTermAttributeImpl
> - Remove methods from CharTermAttributeImpl (and indirect from Token)
> - Remove sophisticated® backwards™ Layer in TermsHash*
> - Remove IAE from NumericTokenStream, if TA is available in AS
> - Fix rest of core tests (TestToken)

-- 
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