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  e9b823d   Merge pull request #182 from Omkar20895/NUTCH-2372
      adds  5873a24   Fixes for NUTCH-2333: Added the lines for ant runtime task
      adds  62496ae   Fixes for NUTCH-2333: Added the logic for indexing process
      adds  594564b   Fixes for NUTCH-2333: Added the properties for RabbitMQ 
indexer.
      adds  17886f7   Fixes for NUTCH-2333: Added new properties to indexer
      adds  c0af89a   Fixes for NUTCH-2333: Corrected some comments in the 
configuration file and indexer description message.
      adds  628b04b   Merge branch 'master' into NUTCH-2333
       new  2a6f9ac   Merge pull request #168 from r0ann3l/NUTCH-2333

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.xml                                          |   3 +
 conf/nutch-default.xml                             |  89 ++++++++++
 src/plugin/build.xml                               |   2 +
 .../{index-geoip => indexer-rabbit}/build-ivy.xml  |   2 +-
 .../{indexer-dummy => indexer-rabbit}/build.xml    |   2 +-
 .../{publish-rabbitmq => indexer-rabbit}/ivy.xml   |   3 +-
 .../{indexer-dummy => indexer-rabbit}/plugin.xml   |  15 +-
 .../nutch/indexwriter/rabbit/RabbitDocument.java}  |  37 +++-
 .../indexwriter/rabbit/RabbitIndexWriter.java      | 194 +++++++++++++++++++++
 .../indexwriter/rabbit/RabbitMQConstants.java}     |  47 ++---
 .../nutch/indexwriter/rabbit/RabbitMessage.java    |  71 ++++++++
 11 files changed, 417 insertions(+), 48 deletions(-)
 copy src/plugin/{index-geoip => indexer-rabbit}/build-ivy.xml (96%)
 copy src/plugin/{indexer-dummy => indexer-rabbit}/build.xml (94%)
 copy src/plugin/{publish-rabbitmq => indexer-rabbit}/ivy.xml (95%)
 copy src/plugin/{indexer-dummy => indexer-rabbit}/plugin.xml (71%)
 copy src/{java/org/apache/nutch/webui/service/SeedListService.java => 
plugin/indexer-rabbit/src/java/org/apache/nutch/indexwriter/rabbit/RabbitDocument.java}
 (50%)
 create mode 100644 
src/plugin/indexer-rabbit/src/java/org/apache/nutch/indexwriter/rabbit/RabbitIndexWriter.java
 copy src/{test/org/apache/nutch/plugin/SimpleTestPlugin.java => 
plugin/indexer-rabbit/src/java/org/apache/nutch/indexwriter/rabbit/RabbitMQConstants.java}
 (50%)
 create mode 100644 
src/plugin/indexer-rabbit/src/java/org/apache/nutch/indexwriter/rabbit/RabbitMessage.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@nutch.apache.org" <commits@nutch.apache.org>'].

Reply via email to