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

Disable data enrichment with synonyms / word embeddings #4

Closed Mandalka closed 7 years ago

Mandalka commented 7 years ago

Disable-Option of enrichment with synonyms since new Solr release support multi word synonyms so we can use Solrs synonym management & synonym search features, instead of embedding/writing them to documents.

Mandalka commented 7 years ago

The OntologyTagger now has a property synonyms_embed_to_document (set False as default).