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:
Robert Muir 2012-04-11 13:05:22 +00:00
parent bf2549a27b
commit 69fafd4791
1 changed files with 1 additions and 0 deletions

View File

@ -195,5 +195,6 @@ public class PathHierarchyTokenizer extends Tokenizer {
charsRead = 0;
endDelimiter = false;
skipped = 0;
startPosition = 0;
}
}