Issue 11621

Many of the int results of current processing should be enums

11621
Reporter: omeyn
Assignee: omeyn
Type: Bug
Summary: Many of the int results of current processing should be enums
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-07-19 16:37:32.259
Updated: 2014-08-06 15:38:02.056
Resolved: 2014-08-06 15:38:02.021
        
Description: Currently these fields:

 private String basisOfRecord;
  private String isoCountryCode;
  private Integer taxonomicIssue;
  private Integer geospatialIssue;
  private Integer otherIssue;

should become enums.  At least for basis of record and country code.  Maybe the other issues need to be dropped in favour of other logging/flagging in the new crawling architecture.]]>