SolrUpdateableInputDocument
171172173174175176177178179
* * @see ch.entwine.weblounge.common.repository.ResourceSerializer#toMetadata(ch.entwine.weblounge.common.content.Resource) */ public List<ResourceMetadata<?>> toMetadata(Resource<?> resource) { if (resource != null) { return new ImageInputDocument((ImageResource) resource).getMetadata(); } return null; }