emir-munoz / hive-mrc

Automatically exported from code.google.com/p/hive-mrc
0 stars 0 forks source link

tagger for hive-rs #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is a method ConceptsResource.tagDocument() that supposedly performs 
tagging for hive-rs. Determine whether it actually works (fix it if it 
doesn't), and add appropriate documentation to the hive-rs pages.

On initial glance, I'm not certain whether it is doing anything, because it 
relies on a file path coming in to the method, but this path isn't connected to 
a URL parameter. 

It probably isn't possible to support a file-based submission in the http GET 
call, but we could allow a URL to be passed as a parameter in the GET call.

Original issue reported on code.google.com by rscherle on 9 Mar 2011 at 3:45