ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
17 stars 8 forks source link

Solr v8 schema update #177

Closed alexskr closed 3 months ago

alexskr commented 8 months ago

update solr schema to be up to date with solr 8.11.2

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9487c7f) 80.78% compared to head (fa7f11e) 80.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #177 +/- ## ======================================== Coverage 80.78% 80.78% ======================================== Files 63 63 Lines 4913 4913 ======================================== Hits 3969 3969 Misses 944 944 ``` | [Flag](https://app.codecov.io/gh/ncbo/ontologies_linked_data/pull/177/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncbo) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ncbo/ontologies_linked_data/pull/177/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncbo) | `80.78% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncbo#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mdorf commented 5 months ago

I plan to extend our indexation, to add submission and ontology metadata, as acronyms, and descriptions, ... and I wanted just to ask if it is possible to not have the schema.xml files, and just define the schema in the code? this will make it easier to involve and maintain in the future.

Or at least make the schema.xml files more simpler to read, they are too complex and full of things that I have no idea where they come from or what they do.

We are also working on changing the schema at the moment to add functionality related to https://github.com/bmir-radx/radx-project/issues/46

alexskr commented 5 months ago

ditching hardcoded schema.xml in solr in favor of a programmatic solr schema configuration has been in on our mind for quite a long time. (https://github.com/ncbo/ontologies_linked_data/issues/118)

syphax-bouazzouni commented 5 months ago

ditching hardcoded schema.xml in solr in favor of a programmatic solr schema configuration has been in on our mind for quite a long time. (#118)

I did a first iteration of that, please see https://github.com/ontoportal-lirmm/goo/pull/54

alexskr commented 3 months ago

closing in favor of https://github.com/ontoportal-lirmm/goo/pull/54