Merge pull request #15 from phront/patch-1

The real fix of InvalidTokenOffsetsException
This commit is contained in:
Alexander Kuznetsov 2017-09-22 17:13:07 +04:00 committed by GitHub
commit c6eab00a15

View File

@ -82,5 +82,6 @@ public class MorphologyFilter extends TokenFilter {
public void reset() throws IOException { public void reset() throws IOException {
super.reset(); super.reset();
state = null; state = null;
iterator = null;
} }
} }