Avoid InvalidTokenOffsetsException
Please see Uwe Schindler's comment at https://issues.apache.org/jira/browse/SOLR-5426?focusedCommentId=14031042&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14031042
This commit is contained in:
parent
1eef414d37
commit
a5e8bf6952
@ -78,4 +78,8 @@ public class MorphologyFilter extends TokenFilter {
|
||||
}
|
||||
}
|
||||
|
||||
public void reset() throws IOException {
|
||||
super.reset();
|
||||
save = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user