this.limitForSuggestion = LIMIT_FOR_SUGGESTION;
this.matchThreshold = matchThreshold;
try{
//TODO hard-coded for now.. accept as parameter if you need services to use different properties for perviewing
InputStream in = this.getClass().getResourceAsStream("/files/preview_properties.properties");
this.previewResourceCannedQuery = new PreviewResourceCannedQuery(in);
}catch (IOException e) {
}
}