//Validations
assertTrue( siteSearchResults.getError() == null || siteSearchResults.getError().isEmpty() );
assertEquals( siteSearchResults.getTotalResults(), 0 );
} finally {
//And finally remove the index
siteSearchAPI.deleteFromIndex( indexName, docId );
}
}
@Test
public void testSearchIndexByDate () throws Exception {