Closed jacksonp2008 closed 6 years ago
It is possible that a title is added again when parsing occurs. To confirm whether the field is really renamed properly, I recommend you place a DebugTagger before and after your RenameTagger and you will see what you have before and after. E.g. this one will log your two fields using the log level INFO:
<tagger class="com.norconex.importer.handler.tagger.impl.DebugTagger"
logFields="title,upd_title" logLevel="INFO" >
Debug is the key, working well now.
thankyou!
Trying to rename a field, but doesn't seem to work for me. The original "title" field is still in the data.
I tried both <prePars... as well as <postParse... Unclear on what the difference would between pre/post.
You can see "title" still in the data with kibana.