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

Itamar Syn-Hershko commented on LUCENE-5997:
--------------------------------------------

Sounds good!

> StandardFilter redundant
> ------------------------
>
>                 Key: LUCENE-5997
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5997
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/search
>    Affects Versions: 4.10.1
>            Reporter: Itamar Syn-Hershko
>            Priority: Trivial
>
> Any reason why StandardFilter is still around? its just a no-op class now:
>   @Override
>   public final boolean incrementToken() throws IOException {
>     return input.incrementToken(); // TODO: add some niceties for the new 
> grammar
>   }
> https://github.com/apache/lucene-solr/blob/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/StandardFilter.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to