datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

SolrClient API - Field Histogram Function #51

Closed coreyo closed 13 years ago

coreyo commented 13 years ago

The Field View will generate a histogram to show the distribution of values for that field within all of the available records. In order for this to happen, we will need to expose the histogram capabilities to the public gateway API. The REST API now reflects this function with the following URI:

gateway/fields//histogram

coreyo commented 13 years ago

I believe that this is working properly implemented in the latest check-in. Closing if no further objections.