You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2017/12/18 15:50:07 UTC

[nutch] 23/23: NUTCH-2415 Create a JEXL based IndexingFilter Merge branch 'pipldev-index-jexl-filter', closes #219

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 <sn...@apache.org>
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
"commits@nutch.apache.org" <co...@nutch.apache.org>.