// TODO: would be nice to move this to init method but I dont know where to get the context from there..
// not supported by Geonetwork modules URL layout schema
// TODO: collections could also be mapped to GeoNetwork categories?
LandscapeSpecification landscape = new SimpleLandscapeSpecification("geonetwork");
DefaultContextSetCQLString model = new DefaultContextSetCQLString(query, "geo", "cql", "geo");
// we assume that all incoming queries are from the geo (attributes,structure) and cql (relation) context sets
// if we set this to false we have to write a crosswalk for bib-1,dc....
//model.setForceContextSet(true);