qm = new org.jzkit.search.util.QueryModel.CQLString.CQLString(args);
else
qm = new org.jzkit.search.util.QueryModel.PrefixString.PrefixString(args);
if ( qm == null )
throw new InvalidQueryException("Failed to parse "+querytype+" query");
resp = sendSearch(qm, null, current_result_set_name, element_set_name);
}
catch ( Z3950Exception se )
{