jamesamcl

Results 153 comments of jamesamcl

Interesting, thanks. Will the data generation run every time with depends_on? The indexer is very slow - at EBI it regularly takes ~48 hours.

Also, for the same reason in larger setups (including ours) it is necessary to run the indexer elsewhere and copy the data in. This is another reason we have it...

Thanks Konrad, > However I don't know how it works with Solr and Neo4j indexes, are they generated as files which then can be loaded later or are the indexes...

That's exciting! AFAIK ols-config-importer is not hardcoded to localhost. You should be able to set `spring.data.mongodb.host` in the environment.

Example [2] is wrong, because the [range of `dcterms:license` is `dcterms:LicenseDocument`](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/license), not Literal. All of the other examples should work. I will look into this.

I don't think it's possible from OWL at the moment, I think it has to be done from the OLS config. We can look into implementing loading from the OWL...

Thanks, we were made aware of this earlier today. It's not an intentional breaking change in the API; both title and localizedTitle should be present. However, there was an issue...

This should be fixed now (slightly sooner than expected!)

@matentzn did we get this working?