// } else if (_collection != null) {
// qre = DSQuery.doQuery(context, arg, _collection);
// } else {
qre = DSQuery.doQuery(context, arg);
// }
entities.add(new SearchResultsInfoEntity(qre.getHitCount(), qre.getHitTypes(), qre.getHitHandles(), qre.getHitIds()));
/**
* check returned objects, recognize them and put in result
* list as expected
*/