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 fc89e4fdaf371fc101516ba87ccd6170fd011c30 Merge: 961c725 e0a27c7 Author: Sebastian Nagel <[email protected]> AuthorDate: Mon Dec 18 16:48:38 2017 +0100 NUTCH-2415 Create a JEXL based IndexingFilter Merge branch 'pipldev-index-jexl-filter', closes #219 build.xml | 4 + conf/nutch-default.xml | 18 +++ default.properties | 1 + src/plugin/build.xml | 2 + src/plugin/index-jexl-filter/build.xml | 22 ++++ src/plugin/index-jexl-filter/ivy.xml | 41 +++++++ src/plugin/index-jexl-filter/plugin.xml | 37 ++++++ .../nutch/indexer/jexl/JexlIndexingFilter.java | 131 +++++++++++++++++++++ .../apache/nutch/indexer/jexl/package-info.java | 30 +++++ .../nutch/indexer/jexl/TestJexlIndexingFilter.java | 124 +++++++++++++++++++ 10 files changed, 410 insertions(+) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
