BinaryValue searchBucket = BinaryValue.create("search_bucket");
YokozunaIndex index = new YokozunaIndex("test_index");
YzPutIndexOperation putOp = new YzPutIndexOperation.Builder(index).build();
cluster.execute(putOp);
putOp.await();
assertTrue(putOp.isSuccess());
assureIndexExists("test_index");