[
https://issues.apache.org/jira/browse/NUTCH-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15816791#comment-15816791
]
ASF GitHub Bot commented on NUTCH-2333:
---------------------------------------
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.
----
> Indexer for RabbitMQ
> --------------------
>
> Key: NUTCH-2333
> URL: https://issues.apache.org/jira/browse/NUTCH-2333
> Project: Nutch
> Issue Type: New Feature
> Components: indexer
> Affects Versions: 1.12
> Reporter: Roannel Fernández Hernández
> Priority: Minor
> Fix For: 1.13
>
>
> A plugin to send the documents to a RabbitMQ server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)