Github user romseygeek commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/460#discussion_r221522605
  
    --- Diff: 
lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/ScandinavianFoldingFilterFactory.java
 ---
    @@ -51,7 +49,7 @@ public ScandinavianFoldingFilter create(TokenStream 
input) {
       }
     
       @Override
    -  public AbstractAnalysisFactory getMultiTermComponent() {
    -    return this;
    +  public ScandinavianFoldingFilter normalize(TokenStream input) {
    --- End diff --
    
    The return signature here can just be TokenStream, I think?


---

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

Reply via email to