Bulk REST API to retrieve crawl results as JSON
-----------------------------------------------
Key: NUTCH-932
URL: https://issues.apache.org/jira/browse/NUTCH-932
Project: Nutch
Issue Type: New Feature
Components: REST_api
Affects Versions: 2.0
Reporter: Andrzej Bialecki
Assignee: Andrzej Bialecki
It would be useful to be able to retrieve results of a crawl as JSON. There are
a few things that need to be discussed:
* how to return bulk results using Restlet (WritableRepresentation subclass?)
* what should be the format of results?
I think it would make sense to provide a single record retrieval (by primary
key), all records, and records within a range. This incidentally matches well
the capabilities of the Gora Query class :)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.