Itamar Syn-Hershko created LUCENE-5997:
------------------------------------------

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

Reply via email to