mirror of https://github.com/apache/lucene.git
LUCENE-3969: clear this in reset()
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3969@1324747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf2549a27b
commit
69fafd4791
|
@ -195,5 +195,6 @@ public class PathHierarchyTokenizer extends Tokenizer {
|
|||
charsRead = 0;
|
||||
endDelimiter = false;
|
||||
skipped = 0;
|
||||
startPosition = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue