opensemanticsearch / solr-ontology-tagger

Automatic tagging and analysis of documents in an Apache Solr index for faceted search by RDF(S) Ontologies & SKOS thesauri
https://opensemanticsearch.org/solr-ontology-tagger
GNU General Public License v3.0
46 stars 11 forks source link

Optimize writing of synonyms config to Solr managed resource #10

Closed opensemanticsearch closed 6 years ago

opensemanticsearch commented 6 years ago

For performance issues with bigger thesauri, the synonyms config has to be written for the ontology/skos thesaurus at once, not for each concept.

Mandalka commented 6 years ago

Writing of synonyms to Solr managed resource API now all at once, so Solr has not to rewrite whole .json synonym config for each synonym.