try {
//(use this above the appropriate failing test to get debug info:)
//queryEngine.setTestMode(true);
queryEngine.addEndpoint(fakeEndpoint);
String[] communityIdStrs = new String[1];
communityIdStrs[0] = "4c927585d591d31d7b37097a";
AdvancedQueryPojo query = new AdvancedQueryPojo();
AdvancedQueryPojo.QueryTermPojo qtText, qtDate, qtEntVal, qtEntIndex;