public void matchIndex() throws InterruptedException, ExecutionException
{
Assume.assumeTrue(test2i);
initValuesOneToN(Namespace.DEFAULT_BUCKET_TYPE);
Namespace ns = new Namespace(Namespace.DEFAULT_BUCKET_TYPE, mrBucketName);
IndexMapReduce imr = new IndexMapReduce.Builder()
.withNamespace(ns)
.withIndex("user_id_int")
.withMatchValue(1L)
.withMapPhase(Function.newAnonymousJsFunction(
"function(value, keydata, arg) {" +