SciGraph / golr-loader

Convert SciGraph queries into json that can be loaded by Golr
Apache License 2.0
1 stars 3 forks source link

Remove IRI field from search core #45

Closed kshefchek closed 5 years ago

kshefchek commented 5 years ago

We want to remove IRI and equivalent IRIs from our search index, https://github.com/SciGraph/golr-loader/blob/master/src/main/java/org/monarch/golr/SimpleLoader.java#L99

kshefchek commented 5 years ago

reopening as we still get IRIs in the equivalent curie field when an IRI does not resolve, see https://github.com/monarch-initiative/monarch-ui/issues/63#issuecomment-500631585

kshefchek commented 5 years ago

Fixed with https://github.com/SciGraph/golr-loader/pull/50