Issue 11724

Complete the occurrence search definition

11724
Reporter: trobertson
Assignee: fmendez
Type: Bug
Summary: Complete the occurrence search definition
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2012-08-23 15:42:05.969
Updated: 2013-08-29 14:44:36.685
Resolved: 2012-10-08 14:28:47.61
        
Description: The current definition has only:

    QUERY_FIELD_MAPPING.put("1", LATITUDE_PARAM);
    QUERY_FIELD_MAPPING.put("2", LONGITUDE_PARAM);
    QUERY_FIELD_MAPPING.put("3", YEAR_PARAM);
    QUERY_FIELD_MAPPING.put("4", MONTH_PARAM);
    QUERY_FIELD_MAPPING.put("5", CATALOGUE_NUMBER_PARAM);

The final index is intended to have:

Year, Month, Day, Lat, Lng, Taxa keys (kingdom, phylum, class etc nub_key), Collector name, DatasetKey, CountryISO, catalogue number, basisOfRecord

So the SearchAction needs to support this structure.
]]>