hello Pascal,
I'd like to use several methods (e.g. csv and regex) in the KeepOnlyTagger, but it seems, only one fieldMatcher is allowed:
<handler class="$KeepOnlyTagger">
<fieldMatcher method="csv">crawl_date,type,content,collector.depth,document.language</fieldMatcher>
<fieldMatcher method="regex">(thumbnailImage|imagePHash).*</fieldMatcher>
</handler>
Error:
1 XML configuration errors detected:
[XML] StartCommand: cvc-complex-type.2.4.a: Invalid content was found starting with element 'fieldMatcher'. One of '{restrictTo}' is expected.
How to do that with the 3.x? Thanks!
hello Pascal,
I'd like to use several methods (e.g.
csvandregex) in theKeepOnlyTagger, but it seems, only onefieldMatcheris allowed:Error:
How to do that with the 3.x? Thanks!