public void verifyIntDocVectorsEn() throws Exception {
System.out.println("verifyIntDocVectorsEn");
Configuration conf = IntegrationUtils.getBespinConfiguration();
FileSystem fs = FileSystem.get(conf);
WeightedIntDocVector value = findIntDocVector(enIntDocVector1Id, 2, fs, enwikiEn + "/wt-int-doc-vectors");
System.out.println("enIntDocVector1\n"+value);
verifyIntDocVector(enIntDocVector1, value);
value = findIntDocVector(enIntDocVector2Id, 11, fs, enwikiEn + "/wt-int-doc-vectors");
System.out.println("enIntDocVector2\n"+value);