owlcollab / owlcollab/owltools
GafSolrDocumentLoader should load secondary taxa
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 115
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
ann-config.yaml has:
- id: secondary_taxon
description: "Secondary taxon."
display_name: Secondary taxon
type: string
property: []
- id: secondary_taxon_label
description: "Secondary taxon."
display_name: Secondary taxon
type: string
property: []
searchable: true
- id: secondary_taxon_closure
description: "Secondary taxon closure."
display_name: Secondary taxon
type: string
cardinality: multi
property: []
- id: secondary_taxon_closure_label
description: "Secondary taxon closure."
display_name: Secondary taxon
type: string
cardinality: multi
property: []
searchable: true
but these are not populated
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ann-config.yaml and the GafSolrDocumentLoader entry point named in the issue. Trace how primary taxa are loaded and compare that path with the secondary_taxon, secondary_taxon_label, secondary_taxon_closure, and secondary_taxon_closure_label fields. Done means those configured fields are populated in the Solr document, with the relevant existing tests updated or added if the repository provides them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100