protected WGContent fetchContentForResult(DBContentKey result) throws WGAPIException {
try {
return luceneDocToContent(result.getScoreDoc(), _hits.getMaxScore());
}
catch (Exception e) {
throw new WGBackendException("Exception iterating over lucene result", e);
}
}