SortModel sort_model,
RecordFormatSpecification rfs) throws SearchException {
transforming_ir_result_set = search_session.search(landscape, model, deduplication_model, sort_model, rfs);
// Create a human readable version of the query
try {
human_readable_bundle = new HumanReadableQueryBundle();
org.jzkit.search.util.QueryModel.Internal.HumanReadableVisitor.toHumanReadableBundle(model.toInternalQueryModel(ctx), human_readable_bundle);
}
catch ( java.io.IOException ioe ) {
log.warn("Problem",ioe);
}