Issue 16785

Included genus/species search links dont work for non Linnean ranks

16785
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: Included genus/species search links dont work for non Linnean ranks
Description: If I follow the genus link in the classification block I expect to find the shown number of 17 genera, but instead there are none! It seems to be related to non linnean ranks, in this case the tribe Megachilini
Priority: Blocker
Resolution: Fixed
Status: Closed
Created: 2015-01-16 22:19:56.88
Updated: 2015-03-10 16:31:22.81
Resolved: 2015-03-10 16:31:22.718
        
    


Author: mdoering@gbif.org
Created: 2015-03-09 16:37:57.456
Updated: 2015-03-09 16:37:57.456
        
To properly solve this the entire list of parent ids needs to be available to solr when indexing a record.
As this is a new sql call for every recordsthis slows down indexing performance again, but I cannot see a way around this
    


Author: mdoering@gbif.org
Created: 2015-03-09 22:44:09.031
Updated: 2015-03-09 22:46:10.075
        
The parent list is easily available in neo4j during import and can be retrieved with a recursive query in postgres for index batch rebuilds:

https://github.com/gbif/checklistbank/commit/9ca36300313201f483d8c0be5c5c45975f711b38