You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael Sokolov (Jira)" <ji...@apache.org> on 2019/12/17 21:44:00 UTC

[jira] [Resolved] (LUCENE-5997) StandardFilter redundant

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

Michael Sokolov resolved LUCENE-5997.
-------------------------------------
    Resolution: Fixed

I'm not sure when, but StandardFilter was removed and no longer exists, so this issue won

> 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
(v8.3.4#803005)

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