Skip to content

Commit

Permalink
Merge pull request #548 from EBISPOT/#543
Browse files Browse the repository at this point in the history
Fixes for #543 and #547. Update for #544.
  • Loading branch information
henrietteharmse authored Oct 12, 2023
2 parents 3838dd4 + 482d939 commit 1f2a37d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dataload/solr_config/ols4_entities/conf/managed-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@

<field name="id" type="string" indexed="true" stored="true" required="true" multiValued="false" />
<field name="iri" type="string" indexed="true" stored="true" required="true" multiValued="false" />
<copyField source="iri" dest="str_iri"/>
<copyField source="iri" dest="lowercase_iri"/>

<!-- docValues are enabled by default for long type so we don't need to index the version field -->
<field name="_version_" type="plong" indexed="false" stored="false"/>
Expand Down
2 changes: 1 addition & 1 deletion ebi_ontologies.json
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
],
"reasoner": "OWL2",
"oboSlims": false,
"ontology_purl": "https://github.com/FAIRsharing/subject-ontology/raw/master/releases/SRAO.owl"
"ontology_purl": "https://raw.githubusercontent.com/FAIRsharing/subject-ontology/master/SRAO.owl"
},
{
"id": "hcao",
Expand Down

0 comments on commit 1f2a37d

Please sign in to comment.