This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit e85001205f56f05497c75c918755b931764dc7a1 Merge: 312828602 94a993528 Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Jul 15 13:11:53 2025 +0200 Merge pull request #856 from CatChullain/NUTCH-3115 NUTCH-3115 Extend access to all filter plugin constructor call args to user's POJO in Arbitrary Indexer conf/nutch-default.xml | 10 ++ .../indexer/arbitrary/ArbitraryIndexingFilter.java | 46 ++++++-- .../nutch/indexer/arbitrary/PopularityGauge.java | 86 ++++++++++++++ .../arbitrary/TestArbitraryIndexingFilter.java | 125 ++++++++++++++++++++- .../nutch/indexer/arbitrary/UpdatedEcho.java | 59 ++++++++++ .../nutch/indexer/arbitrary/UpdatedMultiplier.java | 58 ++++++++++ 6 files changed, 376 insertions(+), 8 deletions(-)
