Issue 11814

Add service method to accurrately retrieve type specimens for a species

11814
Reporter: mdoering
Type: NewFeature
Summary: Add service method to accurrately retrieve type specimens for a species
Priority: Major
Status: Open
Created: 2012-09-07 10:15:44.215
Updated: 2015-03-05 13:54:39.38
        
Description: A species or infraspecific page must list all known type specimen directly on the species page. To do so we need to search the occurrence solr index for records that have a type status of some kind AND have either a typifiedName or, if not existing, a scientificName matching the one requested.

In order to do this match correctly consider adding a new typifiedNameKey to the Occurrence class and into the solr index. This key should be a backbone taxonKey and be populated by either a) if typifiedName property exists a strict nub lookup of that name or if not b) the taxonKey of the record itself unless there was a fuzzy or higher name match issue present.]]>