You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/15 17:30:59 UTC

[jira] [Commented] (NUTCH-1986) Clarify Elastic Search Indexer Plugin Settings

    [ https://issues.apache.org/jira/browse/NUTCH-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14496366#comment-14496366 ] 

ASF GitHub Bot commented on NUTCH-1986:
---------------------------------------

GitHub user MJJoyce opened a pull request:

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

    NUTCH-1986 - Update and clarify default Elasticsearch conf values

    - Host value is now defaulted to 'localhost'.
    - Update port description to make it apparent that 9300 is more likely
      the value you want to use. This should keep people from setting this
      to the potentially more commonly seen 9200 and messing up connections.
    - Set the cluster default value to the default Elasticsearch cluster
      name of 'elasticsearch'. Also updated the description to make it
      evident that this value still needs to be changed if you're connecting
      via host/port and your cluster name is something other than the
      default.

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

    $ git pull https://github.com/MJJoyce/nutch NUTCH-1986

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

    https://github.com/apache/nutch/pull/17.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 #17
    
----
commit f2e30595a450ae788f0b996899b06193d15fd2d7
Author: Michael Joyce <ml...@gmail.com>
Date:   2015-04-15T15:24:27Z

    NUTCH-1986 - Update and clarify default Elasticsearch conf values
    
    - Host value is now defaulted to 'localhost'.
    - Update port description to make it apparent that 9300 is more likely
      the value you want to use. This should keep people from setting this
      to the potentially more commonly seen 9200 and messing up connections.
    - Set the cluster default value to the default Elasticsearch cluster
      name of 'elasticsearch'. Also updated the description to make it
      evident that this value still needs to be changed if you're connecting
      via host/port and your cluster name is something other than the
      default.

----


> Clarify Elastic Search Indexer Plugin Settings
> ----------------------------------------------
>
>                 Key: NUTCH-1986
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1986
>             Project: Nutch
>          Issue Type: Improvement
>          Components: documentation, indexer, plugin
>    Affects Versions: 1.9
>            Reporter: Michael Joyce
>             Fix For: 1.10
>
>
> Was working on getting indexing into elastic search working and realized that the majority of my difficulties were simply me misunderstanding what the config needed. Patch incoming to hopefully clarify what is needed by default, what each option does, and add any helpful defaults.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)