StoreException {
ContentItem ci = solrStore.get(contentURI, indexName);
if (ci == null) {
throw new WebApplicationException(404);
}
return new ContentItemResource(contentURI, ci, uriInfo, "/contenthub/" + indexName
+ "/store/download", tcManager, serializer,
servletContext);
}