You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2011/12/25 05:57:30 UTC

[jira] [Issue Comment Edited] (LUCENE-3666) Update org.apache.lucene.analysis package summary

    [ https://issues.apache.org/jira/browse/LUCENE-3666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175616#comment-13175616 ] 

Steven Rowe edited comment on LUCENE-3666 at 12/25/11 4:56 AM:
---------------------------------------------------------------

Patch for branch_3x.

Changes:

# Added {{CharStream}}/{{-Filter}} to analysis components discussion
# {{TermAttribute}} -> {{CharTermAttribute}}
# Added {{KeywordAttribute}} to the list of out-of-the-box attributes
# {{Version}} parameter added to analysis component c-tors.
# Custom {{MyAnalyzer}} extends {{ReusableAnalyzerBase}}
# Added {{@Override}} annotation to overridden methods
# {{LengthFilter}} extends {{FilteringTokenFilter}}
                
      was (Author: steve_rowe):
    Patch for branch_3x.

Changes:

# Added {{CharStream}}/{{-Filter}} to analysis components discussion
# {{TermAttribute}} -> {{CharTermAttribute}}
# {{Version}} parameter added to analysis component c-tors.
# Custom {{MyAnalyzer}} extends {{ReusableAnalyzerBase}}
# Added {{@Override}} annotation to overridden methods
# {{LengthFilter}} extends {{FilteringTokenFilter}}
                  
> Update org.apache.lucene.analysis package summary
> -------------------------------------------------
>
>                 Key: LUCENE-3666
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3666
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/javadocs
>    Affects Versions: 3.5
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>         Attachments: LUCENE-3666-branch_3x.patch, LUCENE-3666-branch_3x.patch, LUCENE-3666-branch_3x.patch, LUCENE-3666-trunk.patch
>
>
> {{package.html}} in {{lucene/src/java/org/apache/lucene/analysis/}} is out of date.
> It looks like the contents of the branch_3x version haven't changed substantially since the Lucene 2.9 release, e.g. it refers to {{TermAttribute}} instead of {{CharTermAttribute}}.
> The trunk version is more modern - it refers to {{CharTermAttribute}} - but it also has some issues.  E.g., I can see that the {{LengthFilter}} discussion doesn't refer to {{FilteringTokenFilter}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org