Github user romseygeek commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/460#discussion_r221522640
--- Diff:
lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/TrimFilterFactory.java
---
@@ -53,7 +51,7 @@ public TrimFilter create(TokenStream input) {
}
@Override
- public AbstractAnalysisFactory getMultiTermComponent() {
- return this;
+ public TrimFilter 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]