Merge pull request #15 from phront/patch-1
The real fix of InvalidTokenOffsetsException
This commit is contained in:
commit
c6eab00a15
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user