}
public void testVectorBolder() throws Exception {
System.out.println("VECTOR");
VectorBolder h = new VectorBolder(new GenericConfiguration());
String ret = h.highlight(query, searcher.getIndexReader(), 0, "binarycontent");
System.out.println(ret);
assertTrue(ret != null && !"".equals(ret));
}