owlcollab / owlcollab/owltools

GafSolrDocumentLoader should load secondary taxa

Open
#151 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.