mirror of https://github.com/apache/lucene.git
fixing Bug 19189
finally after 1 year :-( git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150290 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f5d7feafb
commit
995cee2769
|
@ -35,8 +35,7 @@ extends SegmentTermDocs implements TermPositions {
|
|||
super.seek(ti);
|
||||
if (ti != null)
|
||||
proxStream.seek(ti.proxPointer);
|
||||
else
|
||||
proxCount = 0;
|
||||
proxCount = 0;
|
||||
}
|
||||
|
||||
public final void close() throws IOException {
|
||||
|
|
Loading…
Reference in New Issue