Issue 11558

Create SOLR indexer for occurrence search

11558
Reporter: mdoering
Assignee: fmendez
Type: NewFeature
Summary: Create SOLR indexer for occurrence search
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-07-12 15:43:07.774
Updated: 2013-12-17 15:16:55.657
Resolved: 2012-08-28 09:26:18.796
        
Description: Design a solr index for occurrence search that covers all occurrence records, but tries to stay slim so it fits into memory of possibly a single powerful machine. If not feasible investigate into shards or other solutions.

A good starting point to try how much memory an index will take up would be to index the following fields, not storing them:

dataset_key (uuid, int to save space)
nub_key (int)
latitude (double, int to save space)
longitude (double, int to save space)
year (int)
month (int)
catalogue_number (string)
]]>