// also it should be in the index update with the new dates
FastDateFormat datetimeFormat = ESMappingAPIImpl.datetimeFormat;
String q="+structureName:"+testStructure.getVelocityVarName()+
" +inode:"+c11.getInode()+
" +"+testStructure.getVelocityVarName()+"."+fieldPubDate.getVelocityVarName()+":"+datetimeFormat.format(d3)+
" +"+testStructure.getVelocityVarName()+"."+fieldExpDate.getVelocityVarName()+":"+datetimeFormat.format(d4);
assertEquals(1,APILocator.getContentletAPI().indexCount(q, user, false));
}