Geo Enrichment Configuration

The Geo Enrichment service requires a configuration which specifies which services should be activated and executed.

An example config file looks as follows

{
    "enablePostalAddressNormalisation": true,
    "enableGeoEnrichment": true,
    "enableWhatThreeWords": true,
    "partOfPipeline": false,
    "addressGeoPredicates": [
        ["https://schema.org/address", "https://schema.org/geo"]
    ]
}

There are four boolean flags for the respective services and an option to specify on which properties the service should check for the missing information enrichment.

The flag `partOfPipeline should be used if one wants to enable the enrichment configuration also as part of the Import Pipeline.