Logprep currently writes processor errors to a document field named tags.
Example: tags : [ _generic_adder_failure ].
This can be confusing if the original document already contains a field named tags (which often occurs) since there is no clear distinction between document fields and technical/Logprep-generated fields. I therefore propose a different field naming for auxiliary fields in order to make them easily distinguishable from regular document fields. Suggestion: logprep_tags or logprep_failure_tags instead of tags.
Logprep currently writes processor errors to a document field named
tags.Example:
tags : [ _generic_adder_failure ].This can be confusing if the original document already contains a field named
tags(which often occurs) since there is no clear distinction between document fields and technical/Logprep-generated fields. I therefore propose a different field naming for auxiliary fields in order to make them easily distinguishable from regular document fields. Suggestion:logprep_tagsorlogprep_failure_tagsinstead oftags.