You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by r0ann3l <gi...@git.apache.org> on 2017/01/11 01:39:55 UTC

[GitHub] nutch pull request #168: fix for NUTCH-2333 contributed by r0ann3l

GitHub user r0ann3l opened a pull request:

    https://github.com/apache/nutch/pull/168

    fix for NUTCH-2333 contributed by r0ann3l

    An indexer for RabbitMQ is for sending crawled documents to a queue into a server of RabbitMQ. Just like solr-indexer or elastic-indexer do. This indexer send a lot of documents to RabbitMQ, not one by one, according to rabbitmq.indexer.commit.size value.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/r0ann3l/nutch NUTCH-2333

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nutch/pull/168.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #168
    
----
commit 5873a24d3845563bd1028f6a27e22438670b4063
Author: r0ann3l <gitroann3l;fhdez>
Date:   2016-11-02T21:40:01Z

    Fixes for NUTCH-2333: Added the lines for ant runtime task

commit 62496aec84cbf889f14175dbf03f0e8a1200ac9c
Author: r0ann3l <gitroann3l;fhdez>
Date:   2016-11-03T15:46:06Z

    Fixes for NUTCH-2333: Added the logic for indexing process

commit 594564b27258fbcca68e90e41db801a750d11426
Author: r0ann3l <gitroann3l;fhdez>
Date:   2016-11-03T15:47:10Z

    Fixes for NUTCH-2333: Added the properties for RabbitMQ indexer.

commit 17886f722ff16da0aa29bd059953feca609a5165
Author: r0ann3l <gitroann3l;fhdez>
Date:   2016-11-03T20:58:38Z

    Fixes for NUTCH-2333: Added new properties to indexer

commit c0af89aeb0e5c9e2059192eac7514cea3825b7e2
Author: r0ann3l <gitroann3l;fhdez>
Date:   2017-01-11T01:21:17Z

    Fixes for NUTCH-2333: Corrected some comments in the configuration file and indexer description message.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---