}
}
@TestInfo(testType = TestInfo.TestType.UNIT)
public void testApplyBoost() throws MalformedURLException {
Page page = new Page("http://test.flaptor.com",1f);
FetchDocument doc = new FetchDocument(page);
kbm.applyBoost(doc,times);
String text = doc.getIndexableAttribute(field).toString();
int found = 0;