_response = new Element(Jeeves.Elem.RESPONSE);
// perform the search and return the results read from the index
Log.info(Geonet.SEARCH_ENGINE, "Creating latest updates searcher");
MetaSearcher searcher = searchMan.newSearcher(SearchManager.LUCENE, Geonet.File.SEARCH_LUCENE);
searcher.search(context, _request, _config);
Map<Integer,Metadata> allMdInfo = ((LuceneSearcher)searcher).getAllMdInfo(context, _maxItems);
for (Integer id : allMdInfo.keySet()) {
try {
boolean forEditing = false;
boolean withValidationErrors = false;