diff --git a/query/src/main/java/org/apache/accumulo/examples/wikisearch/iterator/AndIterator.java b/query/src/main/java/org/apache/accumulo/examples/wikisearch/iterator/AndIterator.java index eafc4dd..734d423 100644 --- a/query/src/main/java/org/apache/accumulo/examples/wikisearch/iterator/AndIterator.java +++ b/query/src/main/java/org/apache/accumulo/examples/wikisearch/iterator/AndIterator.java @@ -47,7 +47,6 @@ public class AndIterator implements SortedKeyValueIterator { private Text currentRow = null; private Text currentTerm = new Text(emptyByteArray); private Text currentDocID = new Text(emptyByteArray); - private Collection seekColumnFamilies; private Text parentEndRow; private static boolean SEEK_INCLUSIVE = true; @@ -870,7 +869,7 @@ public boolean jump(Key jumpKey) throws IOException { } Key sKey = new Key(jumpKey.getRow()); Range fake = new Range(sKey, true, endKey, false); - this.seek(fake, this.seekColumnFamilies, false); + this.seek(fake, null, false); return hasTop(); } else { // need to check uid