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/09/15 18:16:46 UTC

[jira] [Commented] (NUTCH-2099) Refactoring the REST endpoints for integration with webui

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

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

GitHub user sujen1412 opened a pull request:

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

    Fix for NUTCH-2099 Contributed by Sujen Shah

    

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

    $ git pull https://github.com/sujen1412/nutch NUTCH-2099

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

    https://github.com/apache/nutch/pull/59.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 #59
    
----
commit 9daf998ae1c9b1ededf22a169af8db699ffdf1e0
Author: Sujen Shah <su...@gmail.com>
Date:   2015-09-15T16:01:37Z

    Refactoring REST endpoints for integration with webui

----


> Refactoring the REST endpoints for integration with webui
> ---------------------------------------------------------
>
>                 Key: NUTCH-2099
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2099
>             Project: Nutch
>          Issue Type: Sub-task
>          Components: REST_api, web gui
>            Reporter: Sujen Shah
>              Labels: memex
>             Fix For: 1.11
>
>
> This PR changes the structure of the arguments in the REST endpoints. Earlier the args were accepted in a Map<String, String> form and now it is Map<String, Object>. This is to allow Wicket to create the proper requests objects and send it to NutchServer. 
> With the above, I have also added the metadata required for these services in Nutch metadata.



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