Open ki-suzuki opened 1 year ago
You can take a look at: https://opensource.norconex.com/importer/v2/apidocs/com/norconex/importer/handler/tagger/impl/ConstantTagger.html Using "ConstantTagger" under "postParseHandlers" allows adding a constant key/value pair metadata after extraction https://opensource.norconex.com/importer/v2/configuration
I would like to create a custom field, such as 'my_content,' using the 'content' as a basis and then pass it to the committer. Could you please guide me on which Java file I should modify for this purpose?