This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.
from 7e5f22a Merge pull request #273 from smartive/NUTCH-2493
add 6a9d082 Add patch from NUTCH-1129
add bb92ab7 update to nutch 1.*
add b62c2c8 Merge branch 'master' into feature/NUTCH-1129-microdata
add a1bcad5 add any23 to javadoc and eclipse build targets
add c380e2d update any23 dependency to 2.1
add e5c8539 add resolver 'any23-repository-external' to ivysettings.xml
to fix missing 'commons-csv' version '1.0-SNAPSHOT-rev1148315' within given
repos
add c866518 remove package author
add b2199a8 add explicit imports
add 747d939 add package description
add e6c7c0a make ANY23_TRIPLES public again
add 3d39fe0 fix ivy dependency problems
add 36a47c8 add config entry for any23 extractors
add 1a2f1b8 Merge branch 'master' into feature/NUTCH-1129-microdata
add d0329a5 undo remove exclude from tika plugin
add f02fb23 fix/move any23 ivy dependencies
add 2c7b230 fix input to avoid extraction error
add b40eed4 Merge branch 'master' into feature/NUTCH-1129-microdata
add 1607580 store structured_data as an array of objects
add 3d940d7 fix assert wildcard import
add 811a623 add any23 config
add f9981d4 remove unneeded dependencies
add e1ef4ab use explicit imports
add 4d9b197 remove other unneeded dependency
add 1e2c848 Merge branch 'master' into feature/NUTCH-1129-microdata
add dd17b7b Merge branch 'feature/NUTCH-1129-microdata' of
https://github.com/smartive/nutch into feature/NUTCH-1129-microdata
new f82959d Merge pull request #205 from
smartive/feature/NUTCH-1129-microdata
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
build.xml | 4 +
conf/nutch-default.xml | 8 +
default.properties | 3 +-
ivy/ivy-2.4.0.jar | Bin 0 -> 1282424 bytes
ivy/ivysettings.xml | 12 +
src/plugin/{index-geoip => any23}/build-ivy.xml | 2 +-
src/plugin/{parse-zip => any23}/build.xml | 8 +-
src/plugin/any23/howto_upgrade_any23.txt | 8 +
src/plugin/{parse-tika => any23}/ivy.xml | 12 +-
src/plugin/any23/plugin.xml | 217 ++
src/plugin/any23/sample/BBC_News_Scotland.html | 3780 ++++++++++++++++++++
src/plugin/any23/sample/microdata_basic.html | 107 +
.../apache/nutch/any23/Any23IndexingFilter.java | 117 +
.../org/apache/nutch/any23/Any23ParseFilter.java | 178 +
.../java/org/apache/nutch/any23}/package-info.java | 10 +-
.../nutch/any23/TestAny23IndexingFilter.java | 81 +
.../apache/nutch/any23/TestAny23ParseFilter.java | 116 +
src/plugin/build.xml | 5 +-
.../elasticrest/ElasticRestIndexWriter.java | 34 +-
19 files changed, 4670 insertions(+), 32 deletions(-)
create mode 100644 ivy/ivy-2.4.0.jar
copy src/plugin/{index-geoip => any23}/build-ivy.xml (96%)
copy src/plugin/{parse-zip => any23}/build.xml (86%)
create mode 100644 src/plugin/any23/howto_upgrade_any23.txt
copy src/plugin/{parse-tika => any23}/ivy.xml (78%)
create mode 100644 src/plugin/any23/plugin.xml
create mode 100644 src/plugin/any23/sample/BBC_News_Scotland.html
create mode 100644 src/plugin/any23/sample/microdata_basic.html
create mode 100644
src/plugin/any23/src/java/org/apache/nutch/any23/Any23IndexingFilter.java
create mode 100644
src/plugin/any23/src/java/org/apache/nutch/any23/Any23ParseFilter.java
copy src/{java/org/apache/nutch/protocol =>
plugin/any23/src/java/org/apache/nutch/any23}/package-info.java (72%)
create mode 100644
src/plugin/any23/src/test/org/apache/nutch/any23/TestAny23IndexingFilter.java
create mode 100644
src/plugin/any23/src/test/org/apache/nutch/any23/TestAny23ParseFilter.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].