Issue 12031

Change occurrence cube to INT throughout (not long)

12031
Reporter: trobertson
Type: Improvement
Summary: Change occurrence cube to INT throughout (not long)
Priority: Major
Resolution: WontFix
Status: Closed
Created: 2012-10-15 19:41:37.345
Updated: 2017-10-06 14:40:42.386
Resolved: 2017-10-06 14:40:42.368
        
Description: Occurrence cube should be IntOp and removal of any casting in the portal web.  (e.g.) in dataset action:


          // The occurrence dimensions are calculated for the dataset and the nub key
          count = (int) occurrenceCubeService.get(
            new ReadBuilder()
              .at(OccurrenceCube.DATASET_KEY, uuid)
              .at(OccurrenceCube.NUB_KEY, usage.getKey()));
]]>
    


Author: hoefft
Comment: we are moving away from cubes and use SOLR facets instead
Created: 2017-10-06 14:40:42.384
Updated: 2017-10-06 14:40:42.384