You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Dennis Kubes (JIRA)" <ji...@apache.org> on 2008/12/30 15:56:44 UTC

[jira] Issue Comment Edited: (NUTCH-594) Serve Nutch search results in multiple formats including XML and JSON

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

musepwizard edited comment on NUTCH-594 at 12/30/08 6:56 AM:
--------------------------------------------------------------

JSON-LIb and EZMorph are both under Apache.  There is an optional Xom library dependency for JSON-Lib which is not included, that is under LGPL, but everything else is Apache.

http://json-lib.sourceforge.net/license.html
http://ezmorph.sourceforge.net/license.html

I put comments about these in the plugin.xml file for response-json.  Is there anything else I need to do?

      was (Author: musepwizard):
    JSON-LIb and EZMorph are both under Apache.  There is an optional Xom library dependency for JSON-Lib which is not included, that is under LGPL, but everything is Apache.

http://json-lib.sourceforge.net/license.html
http://ezmorph.sourceforge.net/license.html

I put comments about these in the plugin.xml file for response-json.  Is there anything else I need to do?
  
> Serve Nutch search results in multiple formats including XML and JSON
> ---------------------------------------------------------------------
>
>                 Key: NUTCH-594
>                 URL: https://issues.apache.org/jira/browse/NUTCH-594
>             Project: Nutch
>          Issue Type: New Feature
>         Environment: all
>            Reporter: Dennis Kubes
>            Assignee: Dennis Kubes
>         Attachments: commons-beanutils-1.8.0.jar, commons-collections-3.2.1.jar, ezmorph-1.0.6.jar, json-lib-2.2.2-jdk15.jar, NUTCH-594-1-20071221.patch, NUTCH-594-3-20081229.patch
>
>
> Allow search results to be served in XML, JSON, and other configurable formats.  Right now there is an OpenSearch servlet that returns returns in RSS. I would like something that has more flexibility in terms of the XML being served and also supports other formats such as JSON or plain text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.