assertAssociatedElementsHaveBeenIndexed();
}
private void populateDatastore() throws NotSupportedException, SystemException, Exception {
List<IndexedLabel> labes = Arrays.asList( new IndexedLabel( "massindex" ), new IndexedLabel( "test" ) );
IndexedNews news = new IndexedNews( new NewsID( "title", "author" ), "content" );
news.setLabels( labes );
boolean operationSuccessful = false;
EntityManager em = null;
try {
getTransactionManager().begin();
em = createEntityManager();