SolrUpdateableInputDocument
146147148149150151152153
* * @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 FileInputDocument((FileResource) resource).getMetadata(); return null; }