config = TikaConfig.getDefaultConfig();
this.detector = config.getDetector();
this.parser = new AutoDetectParser(config);
this.skipLinebreaks = getBoolean(ctx.getProperties(),
SKIP_LINEBREAKS_WITHIN_CONTENT, DEFAULT_SKIP_LINEBREAKS);
this.ontologyMappings = new OntologyMappings();
if(getBoolean(ctx.getProperties(),
MAPPING_MEDIA_RESOURCE, DEFAULT_MAPPING_MEDIA_RESOURCE_STATE)){
addMediaResourceOntologyMappings(ontologyMappings);
}
if(getBoolean(ctx.getProperties(),