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

Michael Busch updated LUCENE-1775:
----------------------------------

    Attachment: lucene-1775.patch

First half is done:
ShingleFilter and ShingleFilterTest are converted to the new API.

ShingleFilter is much more efficient now, it clones much less often and 
computes the tokens mostly on the fly now. 

Would be good if someone could review my changes.

We still need to convert ShingleMatrixFilter.

> Change org.apache.lucene.analysis.shingle to use new TokenStream API
> --------------------------------------------------------------------
>
>                 Key: LUCENE-1775
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1775
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: contrib/analyzers
>            Reporter: Michael Busch
>            Assignee: Michael Busch
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: lucene-1775.patch
>
>
> All other contrib streams/filters have already been converted with 
> LUCENE-1460.
> The two shingle filters are the last ones we need to convert.

-- 
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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to