abhinav-phi commented on PR #2118: URL: https://github.com/apache/stormcrawler/pull/2118#issuecomment-5606001913
@dpol1 both items addressed in c288f9da: added parser.extract.embedded (default false, 3.x parsed embedded by default) to configuration.adoc + tika README, and documented the Tika 4 parse.* renames (e.g. parse.resourceName -> parse.tk:resource-name) in both places. @jnioche to clarify the two different key families: (1) our own config key fix - archetype crawler-conf.yaml files set parse.tika.config.file but ParserBolt reads parser.tika.config.file, so the yaml value was never honoured; this PR renames the yaml key so the declared setting is actually picked up (no code key changed). (2) the parse.* renames you asked about are output metadata keys, not config keys - ParserBolt emits parse.+Tika-metadata-name, and Tika 4 renamed its own metadata to namespaced names, so e.g. resourceName surfaces as tk:resource-name. Documented now so indexer.md.mapping rules can be updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
