bug fix for incremental index and 1 row

This commit is contained in:
Fangjin Yang 2013-01-29 13:23:57 -08:00
parent 61569f62be
commit 8fc10a61a0
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class IncrementalIndexStorageAdapter implements StorageAdapter
while (baseIter.hasNext()) {
currEntry.set(baseIter.next());
if (filterMatcher.matches()) {
break;
return;
}
numAdvanced++;