mirror of https://github.com/apache/lucene.git
reuse TermsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ebdcbafb4
commit
eda0a6b0cf
|
@ -387,7 +387,7 @@ class BufferedDeletesStream { // TODO (DVU_RENAME) BufferedUpdatesStream
|
|||
currentField = term.field();
|
||||
Terms terms = fields.terms(currentField);
|
||||
if (terms != null) {
|
||||
termsEnum = terms.iterator(null);
|
||||
termsEnum = terms.iterator(termsEnum);
|
||||
} else {
|
||||
termsEnum = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue