Hello Team, We are using AEM 6.4. We have custom code implemented to listen to Publish event when dam asset is published. Handler parses the contents of the assetand indexes to apache solr outside AEM. We are using tika parser (AutoDetectParser) which parses the document based on Asset's MIME Type. ...