This is an automated email from the ASF dual-hosted git repository.
r0ann3l pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git.
from 9d42fcf NUTCH-2432 Protocol httpclient to disable cookies if
http.enable.cookie.header is false (contributed by Markus Jelsma)
add b770b45 NUTCH-1541 initial import from patch
add 991771d NUTCH-1541 - fix field quoting - update to junit 4 - improve
documentation
add a8e59ec NUTCH-1541 - rebase to current master - update to use new
MapReduce API
add 5fb2d4d Merge branch 'master' into NUTCH-1541
add 0176883 fixes for NUTCH-1514: Support for NUTCH-1480.
add 8836f7c fixes for NUTCH-1514: Changes: - index-writers.xml file
updated. - Interface for static fields. - Always the record separator parameter
is \r\n (not configurable anymore) - Some refactoring.
add 06221e0 Fix unit tests for changes related to NUTCH-1480
add b4add1e Merge branch 'NUTCH-1541' of github.com:sebastian-nagel/nutch
into NUTCH-1541
add e6787f2 fixes for NUTCH-1514: fixed the failure of unit tests.
add 3417951 fixes for NUTCH-1514: fixed the failure of unit tests.
new 4717ff8 Merge pull request #294 from sebastian-nagel/NUTCH-1541
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/index-writers.xml.template | 19 +
default.properties | 1 +
src/plugin/build.xml | 3 +
src/plugin/{indexer-solr => indexer-csv}/build.xml | 2 +-
.../{publish-rabbitmq => indexer-csv}/ivy.xml | 2 +
.../{indexer-dummy => indexer-csv}/plugin.xml | 12 +-
.../nutch/indexwriter/csv/CSVConstants.java} | 24 +-
.../nutch/indexwriter/csv/CSVIndexWriter.java | 419 +++++++++++++++++++++
.../nutch/indexwriter/csv}/package-info.java | 5 +-
.../nutch/indexwriter/csv/TestCSVIndexWriter.java | 257 +++++++++++++
11 files changed, 728 insertions(+), 20 deletions(-)
copy src/plugin/{indexer-solr => indexer-csv}/build.xml (94%)
copy src/plugin/{publish-rabbitmq => indexer-csv}/ivy.xml (98%)
copy src/plugin/{indexer-dummy => indexer-csv}/plugin.xml (78%)
copy
src/plugin/{indexer-solr/src/java/org/apache/nutch/indexwriter/solr/SolrConstants.java
=> indexer-csv/src/java/org/apache/nutch/indexwriter/csv/CSVConstants.java}
(62%)
create mode 100644
src/plugin/indexer-csv/src/java/org/apache/nutch/indexwriter/csv/CSVIndexWriter.java
copy src/plugin/{parse-swf/src/java/org/apache/nutch/parse/swf =>
indexer-csv/src/java/org/apache/nutch/indexwriter/csv}/package-info.java (89%)
create mode 100644
src/plugin/indexer-csv/src/test/org/apache/nutch/indexwriter/csv/TestCSVIndexWriter.java