- I publish a resource to my LR node with publisher information. - I look at resource document in LR node and verify the publisher information. - LR-Data writes the document information to the elasticsearch index. - I query elasticsearch directly, and the publisher field for this new resource is null. - Data from LR resource document: ``` "publisher": { "url": "http://www.starwars.com", "@type": "Organization", "name": "Star Wars" }, ``` - Relevant LR-Data log entries: ``` [2014-06-12 19:50:47,478: WARNING/PoolWorker-1] , 'publisher': [2014-06-12 19:50:47,478: WARNING/PoolWorker-1] None [2014-06-12 19:50:47,478: WARNING/PoolWorker-1] , 'standards': ```